ResourceGroupPatchable Class
Resource group information.
Constructor
ResourceGroupPatchable(*, name: str | None = None, properties: _models.ResourceGroupProperties | None = None, managed_by: str | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the resource group. Default value: None
|
properties
|
The resource group properties. Default value: None
|
managed_by
|
The ID of the resource that manages this resource group. Default value: None
|
tags
|
The tags attached to the resource group. Default value: None
|
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python