Partager via


PrivateEndpointConnection.UpdateDefinitionStages.WithState<ParentT> Interface

Type Parameters

ParentT

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

public static interface PrivateEndpointConnection.UpdateDefinitionStages.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.UpdateDefinitionStages.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.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach withStatus(String status)

Specifies status of state property.

Parameters:

status - the status of state property

Returns:

the next stage of definition

Applies to