Udostępnij za pośrednictwem


FirewallRulesOperations interface

Interfejs reprezentujący operacje FirewallRules.

Właściwości

createOrUpdate

Tworzy nową regułę zapory lub aktualizuje istniejącą regułę zapory w klastrze mongo.

delete

Usuwa regułę zapory klastra mongo.

get

Pobiera informacje o regule zapory klastra mongo.

listByMongoCluster

Wyświetl listę wszystkich reguł zapory w danym klastrze mongo.

Szczegóły właściwości

createOrUpdate

Tworzy nową regułę zapory lub aktualizuje istniejącą regułę zapory w klastrze mongo.

createOrUpdate: (resourceGroupName: string, mongoClusterName: string, firewallRuleName: string, resource: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<FirewallRule>, FirewallRule>

Wartość właściwości

(resourceGroupName: string, mongoClusterName: string, firewallRuleName: string, resource: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<FirewallRule>, FirewallRule>

delete

Usuwa regułę zapory klastra mongo.

delete: (resourceGroupName: string, mongoClusterName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, mongoClusterName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobiera informacje o regule zapory klastra mongo.

get: (resourceGroupName: string, mongoClusterName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams) => Promise<FirewallRule>

Wartość właściwości

(resourceGroupName: string, mongoClusterName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams) => Promise<FirewallRule>

listByMongoCluster

Wyświetl listę wszystkich reguł zapory w danym klastrze mongo.

listByMongoCluster: (resourceGroupName: string, mongoClusterName: string, options?: FirewallRulesListByMongoClusterOptionalParams) => PagedAsyncIterableIterator<FirewallRule, FirewallRule[], PageSettings>

Wartość właściwości

(resourceGroupName: string, mongoClusterName: string, options?: FirewallRulesListByMongoClusterOptionalParams) => PagedAsyncIterableIterator<FirewallRule, FirewallRule[], PageSettings>