public static interface PrivateEndpointConnection.UpdateStages.WithState
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnection.Update |
withDescription(String description)
Specifies description of state property.
|
PrivateEndpointConnection.Update |
withStateProperty(PrivateLinkServiceConnectionStateProperty property)
Specifies state property.
|
PrivateEndpointConnection.Update |
withStatus(String status)
Specifies status of state property.
|
PrivateEndpointConnection.Update withStateProperty(PrivateLinkServiceConnectionStateProperty property)
property - a private link service connection state propertyPrivateEndpointConnection.Update withStatus(String status)
status - the status of state propertyPrivateEndpointConnection.Update 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.
*/