IWithDelegation<ParentT> Interface

Definition

The stage of a subnet definition allowing to enable subnet delegation.

public interface IWithDelegation<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDelegation<'ParentT> = interface
    interface IBeta
Public Interface IWithDelegation(Of ParentT)
Implements IBeta

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

WithDelegation(String)

Specifies a service name for subnet delegation.

Applies to