Class SubnetDelegationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SubnetDelegationArgs : ResourceArgs
Constructors
View SourceSubnetDelegationArgs()
Declaration
public SubnetDelegationArgs()
Properties
View SourceName
A name for this delegation.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceDelegation
A service_delegation block as defined below.
Declaration
public Input<SubnetDelegationServiceDelegationArgs> ServiceDelegation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SubnetDelegationServiceDelegationArgs> |