Interface IWithState
- 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
stringThe description of state property.
Returns
WithStateProperty(PrivateLinkServiceConnectionStateProperty)
Specifies state property.
IUpdate WithStateProperty(PrivateLinkServiceConnectionStateProperty property)
Parameters
property
PrivateLinkServiceConnectionStatePropertyA private link service connection state property.
Returns
WithStatus(string)
Specifies status of state property.
IUpdate WithStatus(string status)
Parameters
status
stringThe status of state property.