Uses of Class
com.azure.resourcemanager.appservice.models.ArcConfiguration
-
Packages that use ArcConfiguration Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ArcConfiguration Modifier and Type Method Description ArcConfigurationKubeEnvironmentInner. arcConfiguration()Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.ArcConfigurationKubeEnvironmentPatchResourceProperties. arcConfiguration()Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.ArcConfigurationKubeEnvironmentProperties. 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 ArcConfiguration Modifier and Type Method Description KubeEnvironmentInnerKubeEnvironmentInner. withArcConfiguration(ArcConfiguration arcConfiguration)Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentPatchResourcePropertiesKubeEnvironmentPatchResourceProperties. withArcConfiguration(ArcConfiguration arcConfiguration)Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.KubeEnvironmentPropertiesKubeEnvironmentProperties. 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 ArcConfiguration Modifier and Type Method Description ArcConfigurationKubeEnvironmentPatchResource. arcConfiguration()Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.ArcConfigurationArcConfiguration. withArtifactsStorageType(StorageType artifactsStorageType)Set the artifactsStorageType property: The artifactsStorageType property.ArcConfigurationArcConfiguration. withArtifactStorageAccessMode(String artifactStorageAccessMode)Set the artifactStorageAccessMode property: The artifactStorageAccessMode property.ArcConfigurationArcConfiguration. withArtifactStorageClassName(String artifactStorageClassName)Set the artifactStorageClassName property: The artifactStorageClassName property.ArcConfigurationArcConfiguration. withArtifactStorageMountPath(String artifactStorageMountPath)Set the artifactStorageMountPath property: The artifactStorageMountPath property.ArcConfigurationArcConfiguration. withArtifactStorageNodeName(String artifactStorageNodeName)Set the artifactStorageNodeName property: The artifactStorageNodeName property.ArcConfigurationArcConfiguration. withFrontEndServiceConfiguration(FrontEndConfiguration frontEndServiceConfiguration)Set the frontEndServiceConfiguration property: The frontEndServiceConfiguration property.ArcConfigurationArcConfiguration. withKubeConfig(String kubeConfig)Set the kubeConfig property: The kubeConfig property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ArcConfiguration Modifier and Type Method Description KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withArcConfiguration(ArcConfiguration arcConfiguration)Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.
-