Freigeben über


SharingUpdate Klasse

Gibt Informationen zum Update des Katalogfreigabeprofils an.

Zum Senden an Azure müssen alle erforderlichen Parameter aufgefüllt werden.

Vererbung
azure.mgmt.compute._serialization.Model
SharingUpdate

Konstruktor

SharingUpdate(*, operation_type: str | _models.SharingUpdateOperationTypes, groups: List[_models.SharingProfileGroup] | None = None, **kwargs)

Variablen

operation_type
str oder SharingUpdateOperationTypes

Mit dieser Eigenschaft können Sie den Vorgangstyp des Katalogfreigabeupdates angeben. <br>``<br> Mögliche Werte sind: <br>``<br>Hinzufügen<br>``<br>von Entfernen<br>``<br>Zurücksetzen. Erforderlich. Bekannte Werte sind "Add", "Remove" und "Reset".

groups
list[SharingProfileGroup]

Eine Liste von Freigabeprofilgruppen.