Show / Hide Table of Contents

Class SubnetDelegationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SubnetDelegationArgs
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 SubnetDelegationArgs : ResourceArgs

Constructors

View Source

SubnetDelegationArgs()

Declaration
public SubnetDelegationArgs()

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<SubnetDelegationServiceDelegationArgs> ServiceDelegation { get; set; }
Property Value
Type Description
Input<SubnetDelegationServiceDelegationArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.