ParentT - the stage of the parent update to return to after attaching this definitionpublic static interface PrivateEndpointConnection.UpdateDefinitionStages.WithState<ParentT>
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT> |
withDescription(String description)
Specifies description of state property.
|
PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT> |
withStateProperty(PrivateLinkServiceConnectionStateProperty property)
Specifies state property.
|
PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT> |
withStatus(String status)
Specifies status of state property.
|
PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT> withStateProperty(PrivateLinkServiceConnectionStateProperty property)
property - a private link service connection state propertyPrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT> withStatus(String status)
status - the status of state propertyPrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT> withDescription(String description)
description - the description of state property/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/