AlbIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AlbIdentityTypeConverter))]
public class AlbIdentity : Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAlbIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AlbIdentityTypeConverter))>]
type AlbIdentity = class
interface IAlbIdentity
interface IJsonSerializable
Public Class AlbIdentity
Implements IAlbIdentity
- Inheritance
-
AlbIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AlbIdentity() |
Creates an new AlbIdentity instance. |
Properties
| Name | Description |
|---|---|
| AssociationName |
Name of Association |
| FrontendName |
Frontends |
| Id |
Resource identity path |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| SubscriptionId |
The ID of the target subscription. |
| TrafficControllerName |
traffic controller name for path |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AlbIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AlbIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAlbIdentity. |
| FromJsonString(String) |
Creates a new instance of AlbIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AlbIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |