Show / Hide Table of Contents

Class NetworkInterfaceApplicationSecurityGroupAssociationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkInterfaceApplicationSecurityGroupAssociationArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkInterfaceApplicationSecurityGroupAssociationArgs : ResourceArgs

Constructors

View Source

NetworkInterfaceApplicationSecurityGroupAssociationArgs()

Declaration
public NetworkInterfaceApplicationSecurityGroupAssociationArgs()

Properties

View Source

ApplicationSecurityGroupId

The ID of the Application Security Group which this Network Interface which should be connected to. Changing this forces a new resource to be created.

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

NetworkInterfaceId

The ID of the Network Interface. Changing this forces a new resource to be created.

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