Get Custom Resource Provider Result
data class GetCustomResourceProviderResult(val actions: List<CustomRPActionRouteDefinitionResponse>? = null, val id: String, val location: String, val name: String, val provisioningState: String, val resourceTypes: List<CustomRPResourceTypeRouteDefinitionResponse>? = null, val tags: Map<String, String>? = null, val type: String, val validations: List<CustomRPValidationsResponse>? = null)
A manifest file that defines the custom resource provider resources.
Constructors
Link copied to clipboard
constructor(actions: List<CustomRPActionRouteDefinitionResponse>? = null, id: String, location: String, name: String, provisioningState: String, resourceTypes: List<CustomRPResourceTypeRouteDefinitionResponse>? = null, tags: Map<String, String>? = null, type: String, validations: List<CustomRPValidationsResponse>? = null)
Properties
Link copied to clipboard
A list of actions that the custom resource provider implements.
Link copied to clipboard
The provisioning state of the resource provider.
Link copied to clipboard
A list of resource types that the custom resource provider implements.
Link copied to clipboard
A list of validations to run on the custom resource provider's requests.