IWithServiceEndpoint.WithAccessFromService(ServiceEndpointType) Method

Definition

Specifies a service endpoint to enable access from.

public Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate WithAccessFromService (Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointType service);
abstract member WithAccessFromService : Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointType -> Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate
Public Function WithAccessFromService (service As ServiceEndpointType) As IUpdate

Parameters

service
ServiceEndpointType

The service type.

Returns

Applies to