AzureSubscriptions 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.
Azure Subscriptions model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AzureSubscriptionsTypeConverter))]
public class AzureSubscriptions : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAzureSubscriptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AzureSubscriptionsTypeConverter))>]
type AzureSubscriptions = class
interface IAzureSubscriptions
interface IJsonSerializable
Public Class AzureSubscriptions
Implements IAzureSubscriptions
- Inheritance
-
AzureSubscriptions
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AzureSubscriptions() |
Creates an new AzureSubscriptions instance. |
Properties
| Name | Description |
|---|---|
| AzureSubscriptionId |
Azure Subscription Ids to be updated |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureSubscriptions. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureSubscriptions. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAzureSubscriptions. |
| FromJsonString(String) |
Creates a new instance of AzureSubscriptions, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureSubscriptions into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |