ResourceTypeRegistrationPropertiesFeaturesRule Class
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.ProviderHub.Models.Api20201120.ResourceTypeRegistrationPropertiesFeaturesRuleTypeConverter))]
public class ResourceTypeRegistrationPropertiesFeaturesRule : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceTypeRegistrationPropertiesFeaturesRule, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceTypeRegistrationPropertiesFeaturesRuleTypeConverter))>]
type ResourceTypeRegistrationPropertiesFeaturesRule = class
interface IResourceTypeRegistrationPropertiesFeaturesRule
interface IJsonSerializable
interface IFeaturesRule
interface IValidates
Public Class ResourceTypeRegistrationPropertiesFeaturesRule
Implements IResourceTypeRegistrationPropertiesFeaturesRule, IValidates
- Inheritance
-
ResourceTypeRegistrationPropertiesFeaturesRule
- Attributes
- Implements
Constructors
ResourceTypeRegistrationPropertiesFeaturesRule() |
Creates an new ResourceTypeRegistrationPropertiesFeaturesRule instance. |
Properties
RequiredFeaturesPolicy |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceTypeRegistrationPropertiesFeaturesRule. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceTypeRegistrationPropertiesFeaturesRule. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceTypeRegistrationPropertiesFeaturesRule. |
FromJsonString(String) |
Creates a new instance of ResourceTypeRegistrationPropertiesFeaturesRule, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceTypeRegistrationPropertiesFeaturesRule into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |