InstructionsOperationsExtensions.GetAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämta instruktionen efter namn. Det här är anpassade faktureringsinstruktioner och gäller endast för vissa kunder. https://docs.microsoft.com/en-us/rest/api/billing/
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Instruction> GetAsync (this Microsoft.Azure.Management.Billing.IInstructionsOperations operations, string billingAccountName, string billingProfileName, string instructionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Billing.IInstructionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Instruction>
<Extension()>
Public Function GetAsync (operations As IInstructionsOperations, billingAccountName As String, billingProfileName As String, instructionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Instruction)
Parametrar
- operations
- IInstructionsOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- billingAccountName
- String
Det ID som unikt identifierar ett faktureringskonto.
- billingProfileName
- String
Det ID som unikt identifierar en faktureringsprofil.
- instructionName
- String
Instruktionsnamn.
- cancellationToken
- CancellationToken
Annulleringstoken.
Returer
Gäller för
Azure SDK for .NET