AvailableScopeRequestProperties 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.
Available scope request properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.AvailableScopeRequestPropertiesTypeConverter))]
public class AvailableScopeRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IAvailableScopeRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.AvailableScopeRequestPropertiesTypeConverter))>]
type AvailableScopeRequestProperties = class
interface IAvailableScopeRequestProperties
interface IJsonSerializable
Public Class AvailableScopeRequestProperties
Implements IAvailableScopeRequestProperties
- Inheritance
-
AvailableScopeRequestProperties
- Attributes
- Implements
Constructors
AvailableScopeRequestProperties() |
Creates an new AvailableScopeRequestProperties instance. |
Properties
Scope |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AvailableScopeRequestProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AvailableScopeRequestProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IAvailableScopeRequestProperties. |
FromJsonString(String) |
Creates a new instance of AvailableScopeRequestProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AvailableScopeRequestProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |