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.
|
Subnet.Update withAccessFromService(ServiceEndpointType service)
service - the service typeSubnet.Update withoutAccessFromService(ServiceEndpointType service)
service - the service typeCopyright © 2021 Microsoft Corporation. All rights reserved.