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.ResourceCustomRPManifest
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
- actions
- list[CustomRPActionRouteDefinition]
A list of actions that the custom resource provider implements.
- resource_types
- list[CustomRPResourceTypeRouteDefinition]
A list of resource types that the custom resource provider implements.
- validations
- list[CustomRPValidations]
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".
Feedback
Submit and view feedback for