Share via


ResourceProviderManifestPropertiesFeaturesRule Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceProviderManifestPropertiesFeaturesRuleTypeConverter))]
public class ResourceProviderManifestPropertiesFeaturesRule : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceProviderManifestPropertiesFeaturesRule, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceProviderManifestPropertiesFeaturesRuleTypeConverter))>]
type ResourceProviderManifestPropertiesFeaturesRule = class
    interface IResourceProviderManifestPropertiesFeaturesRule
    interface IJsonSerializable
    interface IFeaturesRule
    interface IValidates
Public Class ResourceProviderManifestPropertiesFeaturesRule
Implements IResourceProviderManifestPropertiesFeaturesRule, IValidates
Inheritance
ResourceProviderManifestPropertiesFeaturesRule
Attributes
Implements

Constructors

ResourceProviderManifestPropertiesFeaturesRule()

Creates an new ResourceProviderManifestPropertiesFeaturesRule instance.

Properties

RequiredFeaturesPolicy

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceProviderManifestPropertiesFeaturesRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceProviderManifestPropertiesFeaturesRule.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceProviderManifestPropertiesFeaturesRule.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceProviderManifestPropertiesFeaturesRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to