CustomRPManifest Class

A manifest file that defines the custom resource provider resources.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.customproviders.models._models_py3.Resource
CustomRPManifest

Constructor

CustomRPManifest(*, location: str, tags: Optional[Dict[str, str]] = None, actions: Optional[List[azure.mgmt.customproviders.models._models_py3.CustomRPActionRouteDefinition]] = None, resource_types: Optional[List[azure.mgmt.customproviders.models._models_py3.CustomRPResourceTypeRouteDefinition]] = None, validations: Optional[List[azure.mgmt.customproviders.models._models_py3.CustomRPValidations]] = None, **kwargs)

Parameters

location
str
Required

Required. Resource location.

tags
dict[str, str]
Required

A set of tags. Resource tags.

actions
list[CustomRPActionRouteDefinition]
Required

A list of actions that the custom resource provider implements.

resource_types
list[CustomRPResourceTypeRouteDefinition]
Required

A list of resource types that the custom resource provider implements.

validations
list[CustomRPValidations]
Required

A list of validations to run on the custom resource provider's requests.

Variables

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

provisioning_state
str or ProvisioningState

The provisioning state of the resource provider. Possible values include: "Accepted", "Deleting", "Running", "Succeeded", "Failed".