Compartir a través de


CustomRpManifestProperties Class

Definition

The manifest for the custom resource provider

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

Constructors

CustomRpManifestProperties()

Creates an new CustomRpManifestProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomRpManifestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomRpManifestProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpManifestProperties.

FromJsonString(String)

Creates a new instance of CustomRpManifestProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomRpManifestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to