CustomProvider
Manages an Azure Custom Provider.
Create a CustomProvider Resource
new CustomProvider(name: string, args: CustomProviderArgs, opts?: CustomResourceOptions);def CustomProvider(resource_name, opts=None, actions=None, location=None, name=None, resource_group_name=None, resource_types=None, tags=None, validations=None, __props__=None);func NewCustomProvider(ctx *Context, name string, args CustomProviderArgs, opts ...ResourceOption) (*CustomProvider, error)public CustomProvider(string name, CustomProviderArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args CustomProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CustomProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CustomProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
CustomProvider Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The CustomProvider resource accepts the following input properties:
- Resource
Group stringName The name of the resource group in which to create the Custom Provider.
- Actions
List<Custom
Provider Action Args> Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- Resource
Types List<CustomProvider Resource Type Args> Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Validations
List<Custom
Provider Validation Args> Any number of
validationblock as defined below.
- Resource
Group stringName The name of the resource group in which to create the Custom Provider.
- Actions
[]Custom
Provider Action Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- Resource
Types []CustomProvider Resource Type Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- map[string]string
A mapping of tags to assign to the resource.
- Validations
[]Custom
Provider Validation Any number of
validationblock as defined below.
- resource
Group stringName The name of the resource group in which to create the Custom Provider.
- actions
Custom
Provider Action[] Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name string
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- resource
Types CustomProvider Resource Type[] Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- {[key: string]: string}
A mapping of tags to assign to the resource.
- validations
Custom
Provider Validation[] Any number of
validationblock as defined below.
- resource_
group_ strname The name of the resource group in which to create the Custom Provider.
- actions
List[Custom
Provider Action] Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- location str
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name str
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- resource_
types List[CustomProvider Resource Type] Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- Dict[str, str]
A mapping of tags to assign to the resource.
- validations
List[Custom
Provider Validation] Any number of
validationblock as defined below.
Outputs
All input properties are implicitly available as output properties. Additionally, the CustomProvider resource produces the following output properties:
Look up an Existing CustomProvider Resource
Get an existing CustomProvider resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CustomProviderState, opts?: CustomResourceOptions): CustomProviderstatic get(resource_name, id, opts=None, actions=None, location=None, name=None, resource_group_name=None, resource_types=None, tags=None, validations=None, __props__=None);func GetCustomProvider(ctx *Context, name string, id IDInput, state *CustomProviderState, opts ...ResourceOption) (*CustomProvider, error)public static CustomProvider Get(string name, Input<string> id, CustomProviderState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Actions
List<Custom
Provider Action Args> Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- Resource
Group stringName The name of the resource group in which to create the Custom Provider.
- Resource
Types List<CustomProvider Resource Type Args> Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Validations
List<Custom
Provider Validation Args> Any number of
validationblock as defined below.
- Actions
[]Custom
Provider Action Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- Resource
Group stringName The name of the resource group in which to create the Custom Provider.
- Resource
Types []CustomProvider Resource Type Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- map[string]string
A mapping of tags to assign to the resource.
- Validations
[]Custom
Provider Validation Any number of
validationblock as defined below.
- actions
Custom
Provider Action[] Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name string
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- resource
Group stringName The name of the resource group in which to create the Custom Provider.
- resource
Types CustomProvider Resource Type[] Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- {[key: string]: string}
A mapping of tags to assign to the resource.
- validations
Custom
Provider Validation[] Any number of
validationblock as defined below.
- actions
List[Custom
Provider Action] Any number of
actionblock as defined below. One ofresource_typeoractionmust be specified.- location str
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name str
Specifies the name of the Custom Provider. Changing this forces a new resource to be created.
- resource_
group_ strname The name of the resource group in which to create the Custom Provider.
- resource_
types List[CustomProvider Resource Type] Any number of
resource_typeblock as defined below. One ofresource_typeoractionmust be specified.- Dict[str, str]
A mapping of tags to assign to the resource.
- validations
List[Custom
Provider Validation] Any number of
validationblock as defined below.
Supporting Types
CustomProviderAction
CustomProviderResourceType
- Endpoint string
Specifies the endpoint of the route definition.
- Name string
Specifies the name of the route definition.
- Routing
Type string The routing type that is supported for the resource request. Valid values are
ResourceTypeRoutingProxyorResourceTypeRoutingProxyCache. This value defaults toResourceTypeRoutingProxy.
- Endpoint string
Specifies the endpoint of the route definition.
- Name string
Specifies the name of the route definition.
- Routing
Type string The routing type that is supported for the resource request. Valid values are
ResourceTypeRoutingProxyorResourceTypeRoutingProxyCache. This value defaults toResourceTypeRoutingProxy.
- endpoint string
Specifies the endpoint of the route definition.
- name string
Specifies the name of the route definition.
- routing
Type string The routing type that is supported for the resource request. Valid values are
ResourceTypeRoutingProxyorResourceTypeRoutingProxyCache. This value defaults toResourceTypeRoutingProxy.
- endpoint str
Specifies the endpoint of the route definition.
- name str
Specifies the name of the route definition.
- routing
Type str The routing type that is supported for the resource request. Valid values are
ResourceTypeRoutingProxyorResourceTypeRoutingProxyCache. This value defaults toResourceTypeRoutingProxy.
CustomProviderValidation
- Specification string
The endpoint where the validation specification is located.
- Specification string
The endpoint where the validation specification is located.
- specification string
The endpoint where the validation specification is located.
- specification str
The endpoint where the validation specification is located.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.