@Beta(value=V1_6_0)
public static interface Subnet.UpdateStages.WithServiceEndpoint
| Modifier and Type | Method and Description |
|---|---|
Subnet.Update |
withAccessFromService(ServiceEndpointType service)
Specifies a service endpoint to enable access from.
|
Subnet.Update |
withoutAccessFromService(ServiceEndpointType service)
Specifies that existing access from a service endpoint should be removed.
|
@Beta(value=V1_6_0) Subnet.Update withAccessFromService(ServiceEndpointType service)
service - the service type@Beta(value=V1_6_0) Subnet.Update withoutAccessFromService(ServiceEndpointType service)
service - the service type/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/