SubscriptionAliasListResult 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 list of aliases.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasListResultTypeConverter))]
public class SubscriptionAliasListResult : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionAliasListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasListResultTypeConverter))>]
type SubscriptionAliasListResult = class
interface ISubscriptionAliasListResult
interface IJsonSerializable
Public Class SubscriptionAliasListResult
Implements ISubscriptionAliasListResult
- Inheritance
-
SubscriptionAliasListResult
- Attributes
- Implements
Constructors
SubscriptionAliasListResult() |
Creates an new SubscriptionAliasListResult instance. |
Properties
NextLink |
The link (url) to the next page of results. |
Value |
The list of alias. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubscriptionAliasListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubscriptionAliasListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionAliasListResult. |
FromJsonString(String) |
Creates a new instance of SubscriptionAliasListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubscriptionAliasListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |