ArmBillingTrustModelFactory.GenerateUploadTokenResult(String) 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.
public static Azure.ResourceManager.Billing.Trust.Models.GenerateUploadTokenResult GenerateUploadTokenResult(string token = default);
static member GenerateUploadTokenResult : string -> Azure.ResourceManager.Billing.Trust.Models.GenerateUploadTokenResult
Public Shared Function GenerateUploadTokenResult (Optional token As String = Nothing) As GenerateUploadTokenResult
Parameters
- token
- String
The time-bound, principal-bound upload token.
Returns
A new GenerateUploadTokenResult instance for mocking.