ArcConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ArcConfiguration
- com.
Implements
public final class ArcConfiguration
implements JsonSerializable<ArcConfiguration>
The ArcConfiguration model.
Constructor Summary
Constructor | Description |
---|---|
ArcConfiguration() |
Creates an instance of Arc |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
artifactStorageAccessMode()
Get the artifact |
String |
artifactStorageClassName()
Get the artifact |
String |
artifactStorageMountPath()
Get the artifact |
String |
artifactStorageNodeName()
Get the artifact |
Storage |
artifactsStorageType()
Get the artifacts |
static
Arc |
fromJson(JsonReader jsonReader)
Reads an instance of Arc |
Front |
frontEndServiceConfiguration()
Get the front |
String |
kubeConfig()
Get the kube |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Arc |
withArtifactStorageAccessMode(String artifactStorageAccessMode)
Set the artifact |
Arc |
withArtifactStorageClassName(String artifactStorageClassName)
Set the artifact |
Arc |
withArtifactStorageMountPath(String artifactStorageMountPath)
Set the artifact |
Arc |
withArtifactStorageNodeName(String artifactStorageNodeName)
Set the artifact |
Arc |
withArtifactsStorageType(StorageType artifactsStorageType)
Set the artifacts |
Arc |
withFrontEndServiceConfiguration(FrontEndConfiguration frontEndServiceConfiguration)
Set the front |
Arc |
withKubeConfig(String kubeConfig)
Set the kube |
Methods inherited from java.lang.Object
Constructor Details
ArcConfiguration
public ArcConfiguration()
Creates an instance of ArcConfiguration class.
Method Details
artifactStorageAccessMode
public String artifactStorageAccessMode()
Get the artifactStorageAccessMode property: The artifactStorageAccessMode property.
Returns:
artifactStorageClassName
public String artifactStorageClassName()
Get the artifactStorageClassName property: The artifactStorageClassName property.
Returns:
artifactStorageMountPath
public String artifactStorageMountPath()
Get the artifactStorageMountPath property: The artifactStorageMountPath property.
Returns:
artifactStorageNodeName
public String artifactStorageNodeName()
Get the artifactStorageNodeName property: The artifactStorageNodeName property.
Returns:
artifactsStorageType
public StorageType artifactsStorageType()
Get the artifactsStorageType property: The artifactsStorageType property.
Returns:
fromJson
public static ArcConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ArcConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
frontEndServiceConfiguration
public FrontEndConfiguration frontEndServiceConfiguration()
Get the frontEndServiceConfiguration property: The frontEndServiceConfiguration property.
Returns:
kubeConfig
public String kubeConfig()
Get the kubeConfig property: The kubeConfig property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withArtifactStorageAccessMode
public ArcConfiguration withArtifactStorageAccessMode(String artifactStorageAccessMode)
Set the artifactStorageAccessMode property: The artifactStorageAccessMode property.
Parameters:
Returns:
withArtifactStorageClassName
public ArcConfiguration withArtifactStorageClassName(String artifactStorageClassName)
Set the artifactStorageClassName property: The artifactStorageClassName property.
Parameters:
Returns:
withArtifactStorageMountPath
public ArcConfiguration withArtifactStorageMountPath(String artifactStorageMountPath)
Set the artifactStorageMountPath property: The artifactStorageMountPath property.
Parameters:
Returns:
withArtifactStorageNodeName
public ArcConfiguration withArtifactStorageNodeName(String artifactStorageNodeName)
Set the artifactStorageNodeName property: The artifactStorageNodeName property.
Parameters:
Returns:
withArtifactsStorageType
public ArcConfiguration withArtifactsStorageType(StorageType artifactsStorageType)
Set the artifactsStorageType property: The artifactsStorageType property.
Parameters:
Returns:
withFrontEndServiceConfiguration
public ArcConfiguration withFrontEndServiceConfiguration(FrontEndConfiguration frontEndServiceConfiguration)
Set the frontEndServiceConfiguration property: The frontEndServiceConfiguration property.
Parameters:
Returns:
withKubeConfig
public ArcConfiguration withKubeConfig(String kubeConfig)
Set the kubeConfig property: The kubeConfig property.
Parameters:
Returns:
Applies to
Azure SDK for Java