Share via


ScriptPackageCollection Class

Definition

A class representing a collection of ScriptPackageResource and their operations. Each ScriptPackageResource in the collection will belong to the same instance of AvsPrivateCloudResource. To get a ScriptPackageCollection instance call the GetScriptPackages method from an instance of AvsPrivateCloudResource.

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

Constructors

ScriptPackageCollection()

Initializes a new instance of the ScriptPackageCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • Operation Id: ScriptPackages_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • Operation Id: ScriptPackages_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
Get(String, CancellationToken)

Get a script package available to run on a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • Operation Id: ScriptPackages_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
GetAll(CancellationToken)

List script packages available to run on the private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages
  • Operation Id: ScriptPackages_List
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
GetAllAsync(CancellationToken)

List script packages available to run on the private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages
  • Operation Id: ScriptPackages_List
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
GetAsync(String, CancellationToken)

Get a script package available to run on a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • Operation Id: ScriptPackages_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • Operation Id: ScriptPackages_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • Operation Id: ScriptPackages_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptPackageResource
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<ScriptPackageResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ScriptPackageResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to