Class SubnetDelegationGetArgs
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 SubnetDelegationGetArgs : ResourceArgs
Constructors
View SourceSubnetDelegationGetArgs()
Declaration
public SubnetDelegationGetArgs()
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<SubnetDelegationServiceDelegationGetArgs> ServiceDelegation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SubnetDelegationServiceDelegationGetArgs> |