StorageTaskAssignmentCollection Class

Definition

A class representing a collection of StorageTaskAssignmentResource and their operations. Each StorageTaskAssignmentResource in the collection will belong to the same instance of StorageAccountResource. To get a StorageTaskAssignmentCollection instance call the GetStorageTaskAssignments method from an instance of StorageAccountResource.

public class StorageTaskAssignmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Storage.StorageTaskAssignmentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.StorageTaskAssignmentResource>
type StorageTaskAssignmentCollection = class
    inherit ArmCollection
    interface seq<StorageTaskAssignmentResource>
    interface IEnumerable
    interface IAsyncEnumerable<StorageTaskAssignmentResource>
Public Class StorageTaskAssignmentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StorageTaskAssignmentResource), IEnumerable(Of StorageTaskAssignmentResource)
Inheritance
StorageTaskAssignmentCollection
Implements

Constructors

StorageTaskAssignmentCollection()

Initializes a new instance of the StorageTaskAssignmentCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, StorageTaskAssignmentData, CancellationToken)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Create
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
CreateOrUpdateAsync(WaitUntil, String, StorageTaskAssignmentData, CancellationToken)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Create
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Get
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Get
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
Get(String, CancellationToken)

Get the storage task assignment properties

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Get
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
GetAll(Nullable<Int32>, CancellationToken)

List all the storage task assignments in an account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments
  • Operation Id: StorageTaskAssignments_List
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
GetAllAsync(Nullable<Int32>, CancellationToken)

List all the storage task assignments in an account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments
  • Operation Id: StorageTaskAssignments_List
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
GetAsync(String, CancellationToken)

Get the storage task assignment properties

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Get
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Get
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}
  • Operation Id: StorageTaskAssignments_Get
  • Default Api Version: 2023-05-01
  • Resource: StorageTaskAssignmentResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<StorageTaskAssignmentResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<StorageTaskAssignmentResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to