Show / Hide Table of Contents

Class SubnetDelegationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SubnetDelegationGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

SubnetDelegationGetArgs()

Declaration
public SubnetDelegationGetArgs()

Properties

View Source

Name

A name for this delegation.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceDelegation

A service_delegation block as defined below.

Declaration
public Input<SubnetDelegationServiceDelegationGetArgs> ServiceDelegation { get; set; }
Property Value
Type Description
Input<SubnetDelegationServiceDelegationGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.