Freigeben über


IPRule Klasse

IP-Regel mit einem bestimmten IP- oder IP-Bereich im CIDR-Format.

Alle erforderlichen Parameter müssen aufgefüllt werden, um an Azure senden zu können.

Vererbung
azure.mgmt.storage._serialization.Model
IPRule

Konstruktor

IPRule(*, ip_address_or_range: str, action: Literal['Allow'] | None = None, **kwargs: Any)

Keyword-Only Parameter

Name Beschreibung
ip_address_or_range
str

Gibt den IP- oder IP-Bereich im CIDR-Format an. Nur IPV4-Adresse ist zulässig. Erforderlich.

action
str

Die Aktion der IP-ACL-Regel. Der Standardwert ist "Allow".

Variablen

Name Beschreibung
ip_address_or_range
str

Gibt den IP- oder IP-Bereich im CIDR-Format an. Nur IPV4-Adresse ist zulässig. Erforderlich.

action
str

Die Aktion der IP-ACL-Regel. Der Standardwert ist "Allow".