Show / Hide Table of Contents

Class ProviderFeaturesArgs

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

Constructors

View Source

ProviderFeaturesArgs()

Declaration
public ProviderFeaturesArgs()

Properties

View Source

KeyVault

Declaration
public Input<ProviderFeaturesKeyVaultArgs> KeyVault { get; set; }
Property Value
Type Description
Input<ProviderFeaturesKeyVaultArgs>
View Source

VirtualMachine

Declaration
public Input<ProviderFeaturesVirtualMachineArgs> VirtualMachine { get; set; }
Property Value
Type Description
Input<ProviderFeaturesVirtualMachineArgs>
View Source

VirtualMachineScaleSet

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