MockableNetworkArmClient.GetInboundSecurityRuleResource Method

Definition

Gets an object representing an InboundSecurityRuleResource 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 an InboundSecurityRuleResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Network.InboundSecurityRuleResource GetInboundSecurityRuleResource (Azure.Core.ResourceIdentifier id);
abstract member GetInboundSecurityRuleResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.InboundSecurityRuleResource
override this.GetInboundSecurityRuleResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.InboundSecurityRuleResource
Public Overridable Function GetInboundSecurityRuleResource (id As ResourceIdentifier) As InboundSecurityRuleResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a InboundSecurityRuleResource object.

Applies to