Compartir a través de


ICustomRpManifestProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpManifestPropertiesTypeConverter))]
public interface ICustomRpManifestProperties : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpManifestPropertiesTypeConverter))>]
type ICustomRpManifestProperties = interface
    interface IJsonSerializable
Public Interface ICustomRpManifestProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Action

A list of actions that the custom resource provider implements.

ProvisioningState

The provisioning state of the resource provider.

ResourceType

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

Validation

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to