ICustomRpManifest Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpManifestTypeConverter))]
public interface ICustomRpManifest : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpManifestTypeConverter))>]
type ICustomRpManifest = interface
interface IJsonSerializable
interface IResource
Public Interface ICustomRpManifest
Implements IResource
- Derived
- Attributes
- Implements
Properties
Action |
A list of actions that the custom resource provider implements. |
Id |
Resource Id (Inherited from IResource) |
Location |
Resource location (Inherited from IResource) |
Name |
Resource name (Inherited from IResource) |
ProvisioningState |
The provisioning state of the resource provider. |
ResourceType |
A list of resource types that the custom resource provider implements. |
Tag |
Resource tags (Inherited from IResource) |
Type |
Resource type (Inherited from IResource) |
Validation |
A list of validations to run on the custom resource provider's requests. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |