다음을 통해 공유


StorageMigrationOptions 클래스

앱 콘텐츠 마이그레이션에 대한 옵션입니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.web.v2023_01_01.models._models_py3.ProxyOnlyResource
StorageMigrationOptions

생성자

StorageMigrationOptions(*, kind: str | None = None, azurefiles_connection_string: str | None = None, azurefiles_share: str | None = None, switch_site_after_migration: bool = False, block_write_access_to_site: bool = False, **kwargs: Any)

키워드 전용 매개 변수

Name Description
kind
str

리소스 종류입니다.

azurefiles_connection_string
str

AzureFiles 연결 문자열.

azurefiles_share
str

AzureFiles 공유.

switch_site_after_migration

<code>true</code>앱을 전환해야 하면 이고, 그렇지 않으면 :code:<code>false</code>입니다.

block_write_access_to_site

<code>true</code> 복사 작업 중에만 앱을 읽어야 하면 이고, 그렇지 않으면 입니다 <code>false</code>.

변수

Name Description
id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

kind
str

리소스 종류입니다.

type
str

리소스 종류.

azurefiles_connection_string
str

AzureFiles 연결 문자열.

azurefiles_share
str

AzureFiles 공유.

switch_site_after_migration

<code>true</code>앱을 전환해야 하면 이고, 그렇지 않으면 :code:<code>false</code>입니다.

block_write_access_to_site

<code>true</code> 복사 작업 중에만 앱을 읽어야 하면 이고, 그렇지 않으면 입니다 <code>false</code>.