InstructionsOperationsExtensions.Put 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.
Creates or updates an instruction. These are custom billing instructions and are only applicable for certain customers.
public static Microsoft.Azure.Management.Billing.Models.Instruction Put (this Microsoft.Azure.Management.Billing.IInstructionsOperations operations, string billingAccountName, string billingProfileName, string instructionName, Microsoft.Azure.Management.Billing.Models.Instruction parameters);
static member Put : Microsoft.Azure.Management.Billing.IInstructionsOperations * string * string * string * Microsoft.Azure.Management.Billing.Models.Instruction -> Microsoft.Azure.Management.Billing.Models.Instruction
<Extension()>
Public Function Put (operations As IInstructionsOperations, billingAccountName As String, billingProfileName As String, instructionName As String, parameters As Instruction) As Instruction
Parameters
- operations
- IInstructionsOperations
The operations group for this extension method.
- billingAccountName
- String
The ID that uniquely identifies a billing account.
- billingProfileName
- String
The ID that uniquely identifies a billing profile.
- instructionName
- String
Instruction Name.
- parameters
- Instruction
The new instruction.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET