Table of Contents

Interface IWithState

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

The stage of the private endpoint connection update allowing to specify state.

public interface IWithState

Methods

WithDescription(string)

Specifies description of state property.

IUpdate WithDescription(string description)

Parameters

description string

The description of state property.

Returns

IUpdate

WithStateProperty(PrivateLinkServiceConnectionStateProperty)

Specifies state property.

IUpdate WithStateProperty(PrivateLinkServiceConnectionStateProperty property)

Parameters

property PrivateLinkServiceConnectionStateProperty

A private link service connection state property.

Returns

IUpdate

WithStatus(string)

Specifies status of state property.

IUpdate WithStatus(string status)

Parameters

status string

The status of state property.

Returns

IUpdate