@@ -173,7 +173,7 @@ public static partial class ArmKubernetesModelFactory
173173 public static Azure . ResourceManager . Kubernetes . Models . ArcAgentProfile ArcAgentProfile ( string desiredAgentVersion = null , Azure . ResourceManager . Kubernetes . Models . AutoUpgradeOptions ? agentAutoUpgrade = default ( Azure . ResourceManager . Kubernetes . Models . AutoUpgradeOptions ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Kubernetes . Models . SystemComponent > systemComponents = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Kubernetes . Models . AgentError > agentErrors = null , string agentState = null ) { throw null ; }
174174 public static Azure . ResourceManager . Kubernetes . ConnectedClusterData ConnectedClusterData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . Kubernetes . Models . ConnectedClusterProperties properties = null , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ResourceManager . Kubernetes . Models . ConnectedClusterKind ? kind = default ( Azure . ResourceManager . Kubernetes . Models . ConnectedClusterKind ? ) ) { throw null ; }
175175 public static Azure . ResourceManager . Kubernetes . Models . ConnectedClusterPatch ConnectedClusterPatch ( System . Collections . Generic . IDictionary < string , string > tags = null , Azure . ResourceManager . Kubernetes . Models . ConnectedClusterPatchProperties properties = null ) { throw null ; }
176- public static Azure . ResourceManager . Kubernetes . Models . ConnectedClusterProperties ConnectedClusterProperties ( string agentPublicKeyCertificate = null , string kubernetesVersion = null , int ? totalNodeCount = default ( int ? ) , int ? totalCoreCount = default ( int ? ) , string agentVersion = null , Azure . ResourceManager . Kubernetes . Models . ProvisioningState ? provisioningState = default ( Azure . ResourceManager . Kubernetes . Models . ProvisioningState ? ) , string distribution = null , string distributionVersion = null , string infrastructure = null , string offering = null , System . DateTimeOffset ? managedIdentityCertificateExpirationTime = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? lastConnectivityTime = default ( System . DateTimeOffset ? ) , Azure . ResourceManager . Kubernetes . Models . ConnectivityStatus ? connectivityStatus = default ( Azure . ResourceManager . Kubernetes . Models . ConnectivityStatus ? ) , Azure . ResourceManager . Kubernetes . Models . PrivateLinkState ? privateLinkState = default ( Azure . ResourceManager . Kubernetes . Models . PrivateLinkState ? ) , string privateLinkScopeResourceId = null , Azure . ResourceManager . Kubernetes . Models . AzureHybridBenefit ? azureHybridBenefit = default ( Azure . ResourceManager . Kubernetes . Models . AzureHybridBenefit ? ) , Azure . ResourceManager . Kubernetes . Models . AadProfile aadProfile = null , Azure . ResourceManager . Kubernetes . Models . ArcAgentProfile arcAgentProfile = null , Azure . ResourceManager . Kubernetes . Models . SecurityProfile securityProfile = null , Azure . ResourceManager . Kubernetes . Models . OidcIssuerProfile oidcIssuerProfile = null , bool ? gatewayEnabled = default ( bool ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Kubernetes . Models . ArcAgentryConfigurations > arcAgentryConfigurations = null , System . Collections . Generic . IReadOnlyDictionary < string , string > miscellaneousProperties = null ) { throw null ; }
176+ public static Azure . ResourceManager . Kubernetes . Models . ConnectedClusterProperties ConnectedClusterProperties ( string agentPublicKeyCertificate = null , string kubernetesVersion = null , int ? totalNodeCount = default ( int ? ) , int ? totalCoreCount = default ( int ? ) , string agentVersion = null , Azure . ResourceManager . Kubernetes . Models . ProvisioningState ? provisioningState = default ( Azure . ResourceManager . Kubernetes . Models . ProvisioningState ? ) , string distribution = null , string distributionVersion = null , string infrastructure = null , string offering = null , System . DateTimeOffset ? managedIdentityCertificateExpirationOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? lastConnectivityOn = default ( System . DateTimeOffset ? ) , Azure . ResourceManager . Kubernetes . Models . ConnectivityStatus ? connectivityStatus = default ( Azure . ResourceManager . Kubernetes . Models . ConnectivityStatus ? ) , Azure . ResourceManager . Kubernetes . Models . PrivateLinkState ? privateLinkState = default ( Azure . ResourceManager . Kubernetes . Models . PrivateLinkState ? ) , string privateLinkScopeResourceId = null , Azure . ResourceManager . Kubernetes . Models . AzureHybridBenefit ? azureHybridBenefit = default ( Azure . ResourceManager . Kubernetes . Models . AzureHybridBenefit ? ) , Azure . ResourceManager . Kubernetes . Models . AadProfile aadProfile = null , Azure . ResourceManager . Kubernetes . Models . ArcAgentProfile arcAgentProfile = null , Azure . ResourceManager . Kubernetes . Models . SecurityProfile securityProfile = null , Azure . ResourceManager . Kubernetes . Models . OidcIssuerProfile oidcIssuerProfile = null , bool ? gatewayEnabled = default ( bool ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Kubernetes . Models . ArcAgentryConfigurations > arcAgentryConfigurations = null , System . Collections . Generic . IReadOnlyDictionary < string , string > miscellaneousProperties = null ) { throw null ; }
177177 public static Azure . ResourceManager . Kubernetes . Models . CredentialResult CredentialResult ( string name = null , System . BinaryData value = null ) { throw null ; }
178178 public static Azure . ResourceManager . Kubernetes . Models . CredentialResults CredentialResults ( Azure . ResourceManager . Kubernetes . Models . HybridConnectionConfig hybridConnectionConfig = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Kubernetes . Models . CredentialResult > kubeconfigs = null ) { throw null ; }
179179 public static Azure . ResourceManager . Kubernetes . Models . HybridConnectionConfig HybridConnectionConfig ( long ? expirationTime = default ( long ? ) , string hybridConnectionName = null , string relay = null , string token = null , string relayTid = null , string relayType = null ) { throw null ; }
@@ -306,8 +306,8 @@ public ConnectedClusterProperties(string agentPublicKeyCertificate) { }
306306 public bool ? GatewayEnabled { get { throw null ; } set { } }
307307 public string Infrastructure { get { throw null ; } set { } }
308308 public string KubernetesVersion { get { throw null ; } }
309- public System . DateTimeOffset ? LastConnectivityTime { get { throw null ; } }
310- public System . DateTimeOffset ? ManagedIdentityCertificateExpirationTime { get { throw null ; } }
309+ public System . DateTimeOffset ? LastConnectivityOn { get { throw null ; } }
310+ public System . DateTimeOffset ? ManagedIdentityCertificateExpirationOn { get { throw null ; } }
311311 public System . Collections . Generic . IReadOnlyDictionary < string , string > MiscellaneousProperties { get { throw null ; } }
312312 public string Offering { get { throw null ; } }
313313 public Azure . ResourceManager . Kubernetes . Models . OidcIssuerProfile OidcIssuerProfile { get { throw null ; } set { } }
0 commit comments