NetworkCloudIdentity 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.NetworkCloud.Models.NetworkCloudIdentityTypeConverter))]
public class NetworkCloudIdentity : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.NetworkCloudIdentityTypeConverter))>]
type NetworkCloudIdentity = class
interface INetworkCloudIdentity
interface IJsonSerializable
Public Class NetworkCloudIdentity
Implements INetworkCloudIdentity
- Inheritance
-
NetworkCloudIdentity
- Attributes
- Implements
Constructors
NetworkCloudIdentity() |
Creates an new NetworkCloudIdentity instance. |
Properties
AgentPoolName |
The name of the Kubernetes cluster agent pool. |
BareMetalMachineKeySetName |
The name of the bare metal machine key set. |
BareMetalMachineName |
The name of the bare metal machine. |
BmcKeySetName |
The name of the baseboard management controller key set. |
CloudServicesNetworkName |
The name of the cloud services network. |
ClusterManagerName |
The name of the cluster manager. |
ClusterName |
The name of the cluster. |
ConsoleName |
The name of the virtual machine console. |
Id |
Resource identity path |
KubernetesClusterName |
The name of the Kubernetes cluster. |
L2NetworkName |
The name of the L2 network. |
L3NetworkName |
The name of the L3 network. |
MetricsConfigurationName |
The name of the metrics configuration for the cluster. |
RackName |
The name of the rack. |
RackSkuName |
The name of the rack SKU. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
StorageApplianceName |
The name of the storage appliance. |
SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
TrunkedNetworkName |
The name of the trunked network. |
VirtualMachineName |
The name of the virtual machine. |
VolumeName |
The name of the volume. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkCloudIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkCloudIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity. |
FromJsonString(String) |
Creates a new instance of NetworkCloudIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkCloudIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |