Share via


CustomRpManifest Class

Definition

A manifest file that defines the custom resource provider resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpManifestTypeConverter))]
public class CustomRpManifest : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpManifest, Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpManifestTypeConverter))>]
type CustomRpManifest = class
    interface ICustomRpManifest
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class CustomRpManifest
Implements ICustomRpManifest, IValidates
Inheritance
CustomRpManifest
Attributes
Implements

Constructors

CustomRpManifest()

Creates an new CustomRpManifest instance.

Properties

Action

A list of actions that the custom resource provider implements.

Id

Resource Id

Location

Resource location

Name

Resource name

ProvisioningState

The provisioning state of the resource provider.

ResourceType

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

Tag

Resource tags

Type

Resource type

Validation

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomRpManifest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomRpManifest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomRpManifest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to