Share via


ScriptCmdletCollection Class

Definition

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

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

Constructors

ScriptCmdletCollection()

Initializes a new instance of the ScriptCmdletCollection 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}/scriptCmdlets/{scriptCmdletName}
  • Operation Id: ScriptCmdlets_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptCmdletResource
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}/scriptCmdlets/{scriptCmdletName}
  • Operation Id: ScriptCmdlets_Get
  • Default Api Version: 2023-03-01
  • Resource: ScriptCmdletResource
Get(String, CancellationToken)

Return information about a script cmdlet resource in a specific package on a private cloud

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

List script cmdlet resources available for a private cloud to create a script execution resource on a private cloud

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

List script cmdlet resources available for a private cloud to create a script execution resource on a private cloud

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

Return information about a script cmdlet resource in a specific package on a private cloud

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ScriptCmdletResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to