Class ProviderFeaturesArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ProviderFeaturesArgs : ResourceArgs
Constructors
View SourceProviderFeaturesArgs()
Declaration
public ProviderFeaturesArgs()
Properties
View SourceKeyVault
Declaration
public Input<ProviderFeaturesKeyVaultArgs> KeyVault { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProviderFeaturesKeyVaultArgs> |
VirtualMachine
Declaration
public Input<ProviderFeaturesVirtualMachineArgs> VirtualMachine { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProviderFeaturesVirtualMachineArgs> |
VirtualMachineScaleSet
Declaration
public Input<ProviderFeaturesVirtualMachineScaleSetArgs> VirtualMachineScaleSet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProviderFeaturesVirtualMachineScaleSetArgs> |