MockableCdnArmClient.GetFrontDoorSecurityPolicyResource Method

Definition

Gets an object representing a FrontDoorSecurityPolicyResource 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 FrontDoorSecurityPolicyResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Cdn.FrontDoorSecurityPolicyResource GetFrontDoorSecurityPolicyResource (Azure.Core.ResourceIdentifier id);
abstract member GetFrontDoorSecurityPolicyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Cdn.FrontDoorSecurityPolicyResource
override this.GetFrontDoorSecurityPolicyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Cdn.FrontDoorSecurityPolicyResource
Public Overridable Function GetFrontDoorSecurityPolicyResource (id As ResourceIdentifier) As FrontDoorSecurityPolicyResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FrontDoorSecurityPolicyResource object.

Applies to