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