Show / Hide Table of Contents

Class SlotSiteConfigIpRestrictionArgs

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

Constructors

View Source

SlotSiteConfigIpRestrictionArgs()

Declaration
public SlotSiteConfigIpRestrictionArgs()

Properties

View Source

Action

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

IpAddress

The IP Address used for this IP Restriction.

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

Name

Specifies the name of the App Service Slot component. Changing this forces a new resource to be created.

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

Priority

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

VirtualNetworkSubnetId

(Optional.The Virtual Network Subnet ID used for this IP Restriction.

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