Partilhar via


PrivateEndpointConnection.DefinitionStages.WithState<ParentT> Interface

Type Parameters

ParentT

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

public static interface PrivateEndpointConnection.DefinitionStages.WithState

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withDescription(String description)

Specifies description of state property.

abstract WithAttach<ParentT> withStateProperty(PrivateLinkServiceConnectionStateProperty property)

Specifies state property.

abstract WithAttach<ParentT> withStatus(String status)

Specifies status of state property.

Method Details

withDescription

public abstract PrivateEndpointConnection.DefinitionStages.WithAttach withDescription(String description)

Specifies description of state property.

Parameters:

description - the description of state property

Returns:

the next stage of definition

withStateProperty

public abstract PrivateEndpointConnection.DefinitionStages.WithAttach withStateProperty(PrivateLinkServiceConnectionStateProperty property)

Specifies state property.

Parameters:

property - a private link service connection state property

Returns:

the next stage of definition

withStatus

public abstract PrivateEndpointConnection.DefinitionStages.WithAttach withStatus(String status)

Specifies status of state property.

Parameters:

status - the status of state property

Returns:

the next stage of definition

Applies to