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