CsmMoveResourceEnvelope Class
Object with a list of the resources that need to be moved and the resource group they should be moved to.
- Inheritance
-
azure.mgmt.web._serialization.ModelCsmMoveResourceEnvelope
Constructor
CsmMoveResourceEnvelope(*, target_resource_group: str | None = None, resources: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_resource_group
|
|
resources
|
|
Variables
Name | Description |
---|---|
target_resource_group
|
|
resources
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python