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