Uses of Class
com.azure.resourcemanager.appservice.models.ArcConfiguration
Packages that use ArcConfiguration
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ArcConfiguration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ArcConfigurationModifier and TypeMethodDescriptionKubeEnvironmentInner.arcConfiguration()Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentPatchResourceProperties.arcConfiguration()Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentProperties.arcConfiguration()Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ArcConfigurationModifier and TypeMethodDescriptionKubeEnvironmentInner.withArcConfiguration(ArcConfiguration arcConfiguration) Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentPatchResourceProperties.withArcConfiguration(ArcConfiguration arcConfiguration) Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentProperties.withArcConfiguration(ArcConfiguration arcConfiguration) Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types. -
Uses of ArcConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ArcConfigurationModifier and TypeMethodDescriptionKubeEnvironmentPatchResource.arcConfiguration()Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.static ArcConfigurationArcConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ArcConfiguration from the JsonReader.ArcConfiguration.withArtifactsStorageType(StorageType artifactsStorageType) Set the artifactsStorageType property: The artifactsStorageType property.ArcConfiguration.withArtifactStorageAccessMode(String artifactStorageAccessMode) Set the artifactStorageAccessMode property: The artifactStorageAccessMode property.ArcConfiguration.withArtifactStorageClassName(String artifactStorageClassName) Set the artifactStorageClassName property: The artifactStorageClassName property.ArcConfiguration.withArtifactStorageMountPath(String artifactStorageMountPath) Set the artifactStorageMountPath property: The artifactStorageMountPath property.ArcConfiguration.withArtifactStorageNodeName(String artifactStorageNodeName) Set the artifactStorageNodeName property: The artifactStorageNodeName property.ArcConfiguration.withFrontEndServiceConfiguration(FrontEndConfiguration frontEndServiceConfiguration) Set the frontEndServiceConfiguration property: The frontEndServiceConfiguration property.ArcConfiguration.withKubeConfig(String kubeConfig) Set the kubeConfig property: The kubeConfig property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ArcConfigurationModifier and TypeMethodDescriptionKubeEnvironmentPatchResource.withArcConfiguration(ArcConfiguration arcConfiguration) Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.