ArcConfiguration クラス
ArcConfiguration。
- 継承
-
azure.mgmt.web._serialization.ModelArcConfiguration
コンストラクター
ArcConfiguration(*, artifacts_storage_type: str | _models.StorageType | None = None, artifact_storage_class_name: str | None = None, artifact_storage_mount_path: str | None = None, artifact_storage_node_name: str | None = None, artifact_storage_access_mode: str | None = None, front_end_service_configuration: _models.FrontEndConfiguration | None = None, kube_config: str | None = None, **kwargs: Any)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
artifacts_storage_type
|
str または
StorageType
既知の値は、"LocalNode" と "NetworkFileSystem" です。 |
artifact_storage_class_name
|
|
artifact_storage_mount_path
|
|
artifact_storage_node_name
|
|
artifact_storage_access_mode
|
|
front_end_service_configuration
|
|
kube_config
|
|
変数
名前 | 説明 |
---|---|
artifacts_storage_type
|
str または
StorageType
既知の値は、"LocalNode" と "NetworkFileSystem" です。 |
artifact_storage_class_name
|
|
artifact_storage_mount_path
|
|
artifact_storage_node_name
|
|
artifact_storage_access_mode
|
|
front_end_service_configuration
|
|
kube_config
|
|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python