Share via


IAks Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AksTypeConverter))]
public interface IAks : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAksSchema, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ICompute
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AksTypeConverter))>]
type IAks = interface
    interface IJsonSerializable
    interface ICompute
    interface IAksSchema
Public Interface IAks
Implements IAksSchema, ICompute
Derived
Attributes
Implements

Properties

AgentCount (Inherited from IAksSchema)
AgentVMSize (Inherited from IAksSchema)
AkNetworkingConfigurationDnsServiceIP (Inherited from IAksSchema)
AkNetworkingConfigurationDockerBridgeCidr (Inherited from IAksSchema)
AkNetworkingConfigurationServiceCidr (Inherited from IAksSchema)
AkNetworkingConfigurationSubnetId (Inherited from IAksSchema)
ClusterFqdn (Inherited from IAksSchema)
ClusterPurpose (Inherited from IAksSchema)
CreatedOn (Inherited from ICompute)
Description (Inherited from ICompute)
DisableLocalAuth (Inherited from ICompute)
IsAttachedCompute (Inherited from ICompute)
LoadBalancerSubnet (Inherited from IAksSchema)
LoadBalancerType (Inherited from IAksSchema)
Location (Inherited from ICompute)
ModifiedOn (Inherited from ICompute)
ProvisioningError (Inherited from ICompute)
ProvisioningState (Inherited from ICompute)
ResourceId (Inherited from ICompute)
SslConfigurationCert (Inherited from IAksSchema)
SslConfigurationCname (Inherited from IAksSchema)
SslConfigurationKey (Inherited from IAksSchema)
SslConfigurationLeafDomainLabel (Inherited from IAksSchema)
SslConfigurationOverwriteExistingDomain (Inherited from IAksSchema)
SslConfigurationStatus (Inherited from IAksSchema)
SystemService (Inherited from IAksSchema)
Type (Inherited from ICompute)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to