IAksArcIdentity Interface
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.AksArc.Models.AksArcIdentityTypeConverter))]
public interface IAksArcIdentity : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AksArcIdentityTypeConverter))>]
type IAksArcIdentity = interface
interface IJsonSerializable
Public Interface IAksArcIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AgentPoolName |
Parameter for the name of the agent pool in the provisioned cluster. |
ConnectedClusterResourceUri |
The fully qualified Azure Resource Manager identifier of the connected cluster resource. |
CustomLocationResourceUri |
The fully qualified Azure Resource Manager identifier of the custom location resource. |
Id |
Resource identity path |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
VirtualNetworkName |
Parameter for the name of the virtual network |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |