MockableCosmosDBArmClient.GetCosmosDBFirewallRuleResource Method

Definition

Gets an object representing a CosmosDBFirewallRuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a CosmosDBFirewallRuleResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.CosmosDB.CosmosDBFirewallRuleResource GetCosmosDBFirewallRuleResource (Azure.Core.ResourceIdentifier id);
abstract member GetCosmosDBFirewallRuleResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CosmosDB.CosmosDBFirewallRuleResource
override this.GetCosmosDBFirewallRuleResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CosmosDB.CosmosDBFirewallRuleResource
Public Overridable Function GetCosmosDBFirewallRuleResource (id As ResourceIdentifier) As CosmosDBFirewallRuleResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CosmosDBFirewallRuleResource object.

Applies to