BlobService.FromExisting(IConstruct, String, StorageAccount) Method

Definition

Creates a new instance of the BlobService class referencing an existing instance.

public static Azure.Provisioning.Storage.BlobService FromExisting (Azure.Provisioning.IConstruct scope, string name, Azure.Provisioning.Storage.StorageAccount parent);
static member FromExisting : Azure.Provisioning.IConstruct * string * Azure.Provisioning.Storage.StorageAccount -> Azure.Provisioning.Storage.BlobService
Public Shared Function FromExisting (scope As IConstruct, name As String, parent As StorageAccount) As BlobService

Parameters

scope
IConstruct

The scope.

name
String

The resource name.

parent
StorageAccount

The resource group.

Returns

The BlobService instance.

Applies to