Table of Contents

Interface IWithState<ParentT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of the private endpoint connection definition allowing to set state.

public interface IWithState<ParentT>

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Methods

WithDescription(string)

Specifies description of state property.

IWithAttach<ParentT> WithDescription(string description)

Parameters

description string

The description of state property.

Returns

IWithAttach<ParentT>

WithStateProperty(PrivateLinkServiceConnectionStateProperty)

Specifies state property.

IWithAttach<ParentT> WithStateProperty(PrivateLinkServiceConnectionStateProperty property)

Parameters

property PrivateLinkServiceConnectionStateProperty

A private link service connection state property.

Returns

IWithAttach<ParentT>

WithStatus(string)

Specifies status of state property.

IWithAttach<ParentT> WithStatus(string status)

Parameters

status string

The status of state property.

Returns

IWithAttach<ParentT>