Freigeben über


ArmBatchModelFactory.BatchIPRule(BatchIPRuleAction, String) Methode

Definition

Initialisiert eine neue instance von BatchIPRule.

public static Azure.ResourceManager.Batch.Models.BatchIPRule BatchIPRule (Azure.ResourceManager.Batch.Models.BatchIPRuleAction action = default, string value = default);
static member BatchIPRule : Azure.ResourceManager.Batch.Models.BatchIPRuleAction * string -> Azure.ResourceManager.Batch.Models.BatchIPRule
Public Shared Function BatchIPRule (Optional action As BatchIPRuleAction = Nothing, Optional value As String = Nothing) As BatchIPRule

Parameter

action
BatchIPRuleAction

Aktion, wenn die Client-IP-Adresse abgeglichen wird.

value
String

IPv4-Adresse oder IPv4-Adressbereich im CIDR-Format.

Gibt zurück

Eine neue BatchIPRule instance zum Simulieren.

Gilt für: