Class CustomProviderArgs
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.Core
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CustomProviderArgs : ResourceArgs
Constructors
View SourceCustomProviderArgs()
Declaration
public CustomProviderArgs()
Properties
View SourceActions
Any number of action block as defined below. One of resource_type or action must be specified.
Declaration
public InputList<CustomProviderActionArgs> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomProviderActionArgs> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the Custom Provider.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceTypes
Any number of resource_type block as defined below. One of resource_type or action must be specified.
Declaration
public InputList<CustomProviderResourceTypeArgs> ResourceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomProviderResourceTypeArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Validations
Any number of validation block as defined below.
Declaration
public InputList<CustomProviderValidationArgs> Validations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomProviderValidationArgs> |