Compartir a través de


StorageExtensions.GetBlobInventoryPolicyResource Método

Definición

Obtiene un objeto que representa junto BlobInventoryPolicyResource con las operaciones de instancia que se pueden realizar en él, pero sin datos. Puede usar CreateResourceIdentifier(String, String, String, BlobInventoryPolicyName) para crear un objeto BlobInventoryPolicyResourceResourceIdentifier a partir de sus componentes.

public static Azure.ResourceManager.Storage.BlobInventoryPolicyResource GetBlobInventoryPolicyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetBlobInventoryPolicyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Storage.BlobInventoryPolicyResource
<Extension()>
Public Function GetBlobInventoryPolicyResource (client As ArmClient, id As ResourceIdentifier) As BlobInventoryPolicyResource

Parámetros

client
ArmClient

Instancia ArmClient en la que se ejecutará el método.

id
ResourceIdentifier

Identificador de recurso del recurso que se va a obtener.

Devoluciones

Devuelve un objeto BlobInventoryPolicyResource.

Se aplica a