IUpdateDefinition<ParentT> Interface

Definition

The entirety of a private endpoint connection definition definition as a part of parent update.

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.UpdateDefinition.IWithState<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithState<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithState(Of ParentT)

Type Parameters

ParentT

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

Implements

Methods

Attach() (Inherited from IInUpdate<ParentT>)
WithDescription(String)

Specifies description of state property.

(Inherited from IWithState<ParentT>)
WithStateProperty(PrivateLinkServiceConnectionStateProperty)

Specifies state property.

(Inherited from IWithState<ParentT>)
WithStatus(String)

Specifies status of state property.

(Inherited from IWithState<ParentT>)

Applies to