Show / Hide Table of Contents

Class VirtualNetworkSwiftConnectionState

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

Constructors

View Source

VirtualNetworkSwiftConnectionState()

Declaration
public VirtualNetworkSwiftConnectionState()

Properties

View Source

AppServiceId

The ID of the App Service to associate to the VNet. Changing this forces a new resource to be created.

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

SubnetId

The ID of the subnet the app service will be associated to (the subnet must have a service_delegation configured for Microsoft.Web/serverFarms).

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