MockableResourcesSubscriptionResource.GetArmDeploymentScripts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all deployment scripts for a given subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Resources/deploymentScripts
- Operation Id: DeploymentScripts_ListBySubscription
- Default Api Version: 2020-10-01
- Resource: ArmDeploymentScriptResource
public virtual Azure.Pageable<Azure.ResourceManager.Resources.ArmDeploymentScriptResource> GetArmDeploymentScripts (System.Threading.CancellationToken cancellationToken = default);
abstract member GetArmDeploymentScripts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.ArmDeploymentScriptResource>
override this.GetArmDeploymentScripts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.ArmDeploymentScriptResource>
Public Overridable Function GetArmDeploymentScripts (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArmDeploymentScriptResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ArmDeploymentScriptResource that may take multiple service requests to iterate over.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET