Class SlotSiteConfigIpRestrictionArgs
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.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SlotSiteConfigIpRestrictionArgs : ResourceArgs
Constructors
View SourceSlotSiteConfigIpRestrictionArgs()
Declaration
public SlotSiteConfigIpRestrictionArgs()
Properties
View SourceAction
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddress
The IP Address used for this IP Restriction.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Priority
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |