Share via


DataBoxEdgeRoleAddonCollection Class

Definition

A class representing a collection of DataBoxEdgeRoleAddonResource and their operations. Each DataBoxEdgeRoleAddonResource in the collection will belong to the same instance of DataBoxEdgeRoleResource. To get a DataBoxEdgeRoleAddonCollection instance call the GetDataBoxEdgeRoleAddons method from an instance of DataBoxEdgeRoleResource.

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

Constructors

DataBoxEdgeRoleAddonCollection()

Initializes a new instance of the DataBoxEdgeRoleAddonCollection 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, DataBoxEdgeRoleAddonData, CancellationToken)

Create or update a addon.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DataBoxEdgeRoleAddonData, CancellationToken)

Create or update a addon.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_Get
Get(String, CancellationToken)

Gets a specific addon by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_Get
GetAll(CancellationToken)

Lists all the addons configured in the role.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons
  • Operation Id: Addons_ListByRole
GetAllAsync(CancellationToken)

Lists all the addons configured in the role.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons
  • Operation Id: Addons_ListByRole
GetAsync(String, CancellationToken)

Gets a specific addon by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_Get
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<DataBoxEdgeRoleAddonResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataBoxEdgeRoleAddonResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to