MockableNetworkArmClient.GetInboundSecurityRuleResource Method

Definition

Gets an object representing a InboundSecurityRuleResource along with the instance operations that can be performed on it but with no data.

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