IWithServiceEndpoint Interface

Definition

The stage of a subnet definition allowing to enable or disable access from a service endpoint to the subnet.

public interface IWithServiceEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithServiceEndpoint = interface
    interface IBeta
Public Interface IWithServiceEndpoint
Implements IBeta
Derived
Implements

Methods

WithAccessFromService(ServiceEndpointType)

Specifies a service endpoint to enable access from.

WithoutAccessFromService(ServiceEndpointType)

Specifies that existing access from a service endpoint should be removed.

Applies to