Disallowed 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.
Describes the disallowed disk types.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.DisallowedTypeConverter))]
public class Disallowed : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDisallowed
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.DisallowedTypeConverter))>]
type Disallowed = class
interface IDisallowed
interface IJsonSerializable
Public Class Disallowed
Implements IDisallowed
- Inheritance
-
Disallowed
- Attributes
- Implements
Constructors
Disallowed() |
Creates an new Disallowed instance. |
Properties
DiskType |
A list of disk types. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Disallowed. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Disallowed. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDisallowed. |
FromJsonString(String) |
Creates a new instance of Disallowed, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Disallowed into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |