MockableCdnArmClient.GetFrontDoorSecretResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FrontDoorSecretResource object.

Applies to