const ( // DefaultBaseURI is the default URI used for the service Subscription DefaultBaseURI = "https://management.azure.com" )
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
AliasClient is the the subscription client
type AliasClient struct { BaseClient }
func NewAliasClient() AliasClient
NewAliasClient creates an instance of the AliasClient client.
func NewAliasClientWithBaseURI(baseURI string) AliasClient
NewAliasClientWithBaseURI creates an instance of the AliasClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client AliasClient) Create(ctx context.Context, aliasName string, body PutAliasRequest) (result AliasCreateFuture, err error)
Create create Alias Subscription. Parameters: aliasName - alias Name
func (client AliasClient) CreatePreparer(ctx context.Context, aliasName string, body PutAliasRequest) (*http.Request, error)
CreatePreparer prepares the Create request.
func (client AliasClient) CreateResponder(resp *http.Response) (result PutAliasResponse, err error)
CreateResponder handles the response to the Create request. The method always closes the http.Response Body.
func (client AliasClient) CreateSender(req *http.Request) (future AliasCreateFuture, err error)
CreateSender sends the Create request. The method will close the http.Response Body if it receives an error.
func (client AliasClient) Delete(ctx context.Context, aliasName string) (result autorest.Response, err error)
Delete delete Alias. Parameters: aliasName - alias Name
func (client AliasClient) DeletePreparer(ctx context.Context, aliasName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (client AliasClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (client AliasClient) DeleteSender(req *http.Request) (*http.Response, error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (client AliasClient) Get(ctx context.Context, aliasName string) (result PutAliasResponse, err error)
Get get Alias Subscription. Parameters: aliasName - alias Name
func (client AliasClient) GetPreparer(ctx context.Context, aliasName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (client AliasClient) GetResponder(resp *http.Response) (result PutAliasResponse, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (client AliasClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (client AliasClient) List(ctx context.Context) (result PutAliasListResult, err error)
List get Alias Subscription.
func (client AliasClient) ListPreparer(ctx context.Context) (*http.Request, error)
ListPreparer prepares the List request.
func (client AliasClient) ListResponder(resp *http.Response) (result PutAliasListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client AliasClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
AliasCreateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type AliasCreateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(AliasClient) (PutAliasResponse, error) }
func (future *AliasCreateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
BaseClient is the base client for Subscription.
type BaseClient struct { autorest.Client BaseURI string }
func New() BaseClient
New creates an instance of the BaseClient client.
func NewWithBaseURI(baseURI string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CanceledSubscriptionID the ID of the canceled subscription
type CanceledSubscriptionID struct { autorest.Response `json:"-"` // Value - READ-ONLY; The ID of the canceled subscription Value *string `json:"value,omitempty"` }
func (csi CanceledSubscriptionID) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CanceledSubscriptionID.
Client is the the subscription client
type Client struct { BaseClient }
func NewClient() Client
NewClient creates an instance of the Client client.
func NewClientWithBaseURI(baseURI string) Client
NewClientWithBaseURI creates an instance of the Client client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client Client) Cancel(ctx context.Context, subscriptionID string) (result CanceledSubscriptionID, err error)
Cancel the operation to cancel a subscription Parameters: subscriptionID - subscription Id.
func (client Client) CancelPreparer(ctx context.Context, subscriptionID string) (*http.Request, error)
CancelPreparer prepares the Cancel request.
func (client Client) CancelResponder(resp *http.Response) (result CanceledSubscriptionID, err error)
CancelResponder handles the response to the Cancel request. The method always closes the http.Response Body.
func (client Client) CancelSender(req *http.Request) (*http.Response, error)
CancelSender sends the Cancel request. The method will close the http.Response Body if it receives an error.
func (client Client) Enable(ctx context.Context, subscriptionID string) (result EnabledSubscriptionID, err error)
Enable the operation to enable a subscription Parameters: subscriptionID - subscription Id.
func (client Client) EnablePreparer(ctx context.Context, subscriptionID string) (*http.Request, error)
EnablePreparer prepares the Enable request.
func (client Client) EnableResponder(resp *http.Response) (result EnabledSubscriptionID, err error)
EnableResponder handles the response to the Enable request. The method always closes the http.Response Body.
func (client Client) EnableSender(req *http.Request) (*http.Response, error)
EnableSender sends the Enable request. The method will close the http.Response Body if it receives an error.
func (client Client) Rename(ctx context.Context, subscriptionID string, body Name) (result RenamedSubscriptionID, err error)
Rename the operation to rename a subscription Parameters: subscriptionID - subscription Id. body - subscription Name
func (client Client) RenamePreparer(ctx context.Context, subscriptionID string, body Name) (*http.Request, error)
RenamePreparer prepares the Rename request.
func (client Client) RenameResponder(resp *http.Response) (result RenamedSubscriptionID, err error)
RenameResponder handles the response to the Rename request. The method always closes the http.Response Body.
func (client Client) RenameSender(req *http.Request) (*http.Response, error)
RenameSender sends the Rename request. The method will close the http.Response Body if it receives an error.
EnabledSubscriptionID the ID of the subscriptions that is being enabled
type EnabledSubscriptionID struct { autorest.Response `json:"-"` // Value - READ-ONLY; The ID of the subscriptions that is being enabled Value *string `json:"value,omitempty"` }
func (esi EnabledSubscriptionID) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for EnabledSubscriptionID.
ErrorResponse describes the format of Error response.
type ErrorResponse struct { // Code - Error code Code *string `json:"code,omitempty"` // Message - Error message indicating why the operation failed. Message *string `json:"message,omitempty"` }
ErrorResponseBody error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
type ErrorResponseBody struct { // Error - The details of the error. Error *ErrorResponse `json:"error,omitempty"` }
ListResult subscription list operation response.
type ListResult struct { autorest.Response `json:"-"` // Value - An array of subscriptions. Value *[]Model `json:"value,omitempty"` // NextLink - The URL to get the next set of results. NextLink *string `json:"nextLink,omitempty"` }
func (lr ListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
ListResultIterator provides access to a complete listing of Model values.
type ListResultIterator struct {
// contains filtered or unexported fields
}
func NewListResultIterator(page ListResultPage) ListResultIterator
Creates a new instance of the ListResultIterator type.
func (iter *ListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter ListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter ListResultIterator) Response() ListResult
Response returns the raw server response from the last page request.
func (iter ListResultIterator) Value() Model
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
ListResultPage contains a page of Model values.
type ListResultPage struct {
// contains filtered or unexported fields
}
func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
Creates a new instance of the ListResultPage type.
func (page *ListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *ListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page ListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page ListResultPage) Response() ListResult
Response returns the raw server response from the last page request.
func (page ListResultPage) Values() []Model
Values returns the slice of values for the current page or nil if there are no values.
Location location information.
type Location struct { // ID - READ-ONLY; The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus. ID *string `json:"id,omitempty"` // SubscriptionID - READ-ONLY; The subscription ID. SubscriptionID *string `json:"subscriptionId,omitempty"` // Name - READ-ONLY; The location name. Name *string `json:"name,omitempty"` // DisplayName - READ-ONLY; The display name of the location. DisplayName *string `json:"displayName,omitempty"` // Latitude - READ-ONLY; The latitude of the location. Latitude *string `json:"latitude,omitempty"` // Longitude - READ-ONLY; The longitude of the location. Longitude *string `json:"longitude,omitempty"` }
func (l Location) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Location.
LocationListResult location list operation response.
type LocationListResult struct { autorest.Response `json:"-"` // Value - An array of locations. Value *[]Location `json:"value,omitempty"` }
Model subscription information.
type Model struct { autorest.Response `json:"-"` // ID - READ-ONLY; The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000. ID *string `json:"id,omitempty"` // SubscriptionID - READ-ONLY; The subscription ID. SubscriptionID *string `json:"subscriptionId,omitempty"` // DisplayName - READ-ONLY; The subscription display name. DisplayName *string `json:"displayName,omitempty"` // State - READ-ONLY; The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. Possible values include: 'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted' State State `json:"state,omitempty"` // SubscriptionPolicies - The subscription policies. SubscriptionPolicies *Policies `json:"subscriptionPolicies,omitempty"` // AuthorizationSource - The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. AuthorizationSource *string `json:"authorizationSource,omitempty"` }
func (mVar Model) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Model.
Name the new name of the subscription.
type Name struct { // SubscriptionName - New subscription name SubscriptionName *string `json:"subscriptionName,omitempty"` }
Operation REST API operation
type Operation struct { // Name - Operation name: {provider}/{resource}/{operation} Name *string `json:"name,omitempty"` // Display - The object that represents the operation. Display *OperationDisplay `json:"display,omitempty"` }
OperationDisplay the object that represents the operation.
type OperationDisplay struct { // Provider - Service provider: Microsoft.Subscription Provider *string `json:"provider,omitempty"` // Resource - Resource on which the operation is performed: Profile, endpoint, etc. Resource *string `json:"resource,omitempty"` // Operation - Operation type: Read, write, delete, etc. Operation *string `json:"operation,omitempty"` }
OperationListResult result of the request to list operations. It contains a list of operations and a URL link to get the next set of results.
type OperationListResult struct { autorest.Response `json:"-"` // Value - List of operations. Value *[]Operation `json:"value,omitempty"` // NextLink - URL to get the next set of operation list results if there are any. NextLink *string `json:"nextLink,omitempty"` }
OperationsClient is the the subscription client
type OperationsClient struct { BaseClient }
func NewOperationsClient() OperationsClient
NewOperationsClient creates an instance of the OperationsClient client.
func NewOperationsClientWithBaseURI(baseURI string) OperationsClient
NewOperationsClientWithBaseURI creates an instance of the OperationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error)
List lists all of the available Microsoft.Subscription API operations.
func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
ListPreparer prepares the List request.
func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
Policies subscription policies.
type Policies struct { // LocationPlacementID - READ-ONLY; The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions. LocationPlacementID *string `json:"locationPlacementId,omitempty"` // QuotaID - READ-ONLY; The subscription quota ID. QuotaID *string `json:"quotaId,omitempty"` // SpendingLimit - READ-ONLY; The subscription spending limit. Possible values include: 'On', 'Off', 'CurrentPeriodOff' SpendingLimit SpendingLimit `json:"spendingLimit,omitempty"` }
func (p Policies) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Policies.
ProvisioningState enumerates the values for provisioning state.
type ProvisioningState string
const ( // Accepted ... Accepted ProvisioningState = "Accepted" // Failed ... Failed ProvisioningState = "Failed" // Succeeded ... Succeeded ProvisioningState = "Succeeded" )
func PossibleProvisioningStateValues() []ProvisioningState
PossibleProvisioningStateValues returns an array of possible values for the ProvisioningState const type.
PutAliasListResult the list of aliases.
type PutAliasListResult struct { autorest.Response `json:"-"` // Value - READ-ONLY; The list of alias. Value *[]PutAliasResponse `json:"value,omitempty"` // NextLink - READ-ONLY; The link (url) to the next page of results. NextLink *string `json:"nextLink,omitempty"` }
func (palr PutAliasListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for PutAliasListResult.
PutAliasRequest the parameters required to create a new subscription.
type PutAliasRequest struct { // Properties - Put alias request properties. Properties *PutAliasRequestProperties `json:"properties,omitempty"` }
PutAliasRequestProperties put subscription properties.
type PutAliasRequestProperties struct { // DisplayName - The friendly name of the subscription. DisplayName *string `json:"displayName,omitempty"` // Workload - The workload type of the subscription. It can be either Production or DevTest. Possible values include: 'Production', 'DevTest' Workload Workload `json:"workload,omitempty"` // BillingScope - Determines whether subscription is fieldLed, partnerLed or LegacyEA BillingScope *string `json:"billingScope,omitempty"` // SubscriptionID - This parameter can be used to create alias for existing subscription Id SubscriptionID *string `json:"subscriptionId,omitempty"` // ResellerID - Reseller ID, basically MPN Id ResellerID *string `json:"resellerId,omitempty"` }
PutAliasResponse subscription Information with the alias.
type PutAliasResponse struct { autorest.Response `json:"-"` // ID - READ-ONLY; Fully qualified ID for the alias resource. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Alias ID. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type, Microsoft.Subscription/aliases. Type *string `json:"type,omitempty"` // Properties - Put Alias response properties. Properties *PutAliasResponseProperties `json:"properties,omitempty"` }
func (par PutAliasResponse) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for PutAliasResponse.
PutAliasResponseProperties put subscription creation result properties.
type PutAliasResponseProperties struct { // SubscriptionID - READ-ONLY; Newly created subscription Id. SubscriptionID *string `json:"subscriptionId,omitempty"` // ProvisioningState - The provisioning state of the resource. Possible values include: 'Accepted', 'Succeeded', 'Failed' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` }
func (parp PutAliasResponseProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for PutAliasResponseProperties.
RenamedSubscriptionID the ID of the subscriptions that is being renamed
type RenamedSubscriptionID struct { autorest.Response `json:"-"` // Value - READ-ONLY; The ID of the subscriptions that is being renamed Value *string `json:"value,omitempty"` }
func (rsi RenamedSubscriptionID) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for RenamedSubscriptionID.
SpendingLimit enumerates the values for spending limit.
type SpendingLimit string
const ( // CurrentPeriodOff ... CurrentPeriodOff SpendingLimit = "CurrentPeriodOff" // Off ... Off SpendingLimit = "Off" // On ... On SpendingLimit = "On" )
func PossibleSpendingLimitValues() []SpendingLimit
PossibleSpendingLimitValues returns an array of possible values for the SpendingLimit const type.
State enumerates the values for state.
type State string
const ( // Deleted ... Deleted State = "Deleted" // Disabled ... Disabled State = "Disabled" // Enabled ... Enabled State = "Enabled" // PastDue ... PastDue State = "PastDue" // Warned ... Warned State = "Warned" )
func PossibleStateValues() []State
PossibleStateValues returns an array of possible values for the State const type.
SubscriptionsClient is the the subscription client
type SubscriptionsClient struct { BaseClient }
func NewSubscriptionsClient() SubscriptionsClient
NewSubscriptionsClient creates an instance of the SubscriptionsClient client.
func NewSubscriptionsClientWithBaseURI(baseURI string) SubscriptionsClient
NewSubscriptionsClientWithBaseURI creates an instance of the SubscriptionsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client SubscriptionsClient) Get(ctx context.Context, subscriptionID string) (result Model, err error)
Get gets details about a specified subscription. Parameters: subscriptionID - the ID of the target subscription.
func (client SubscriptionsClient) GetPreparer(ctx context.Context, subscriptionID string) (*http.Request, error)
GetPreparer prepares the Get request.
func (client SubscriptionsClient) GetResponder(resp *http.Response) (result Model, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (client SubscriptionsClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (client SubscriptionsClient) List(ctx context.Context) (result ListResultPage, err error)
List gets all subscriptions for a tenant.
func (client SubscriptionsClient) ListComplete(ctx context.Context) (result ListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (client SubscriptionsClient) ListLocations(ctx context.Context, subscriptionID string) (result LocationListResult, err error)
ListLocations this operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list. Parameters: subscriptionID - the ID of the target subscription.
func (client SubscriptionsClient) ListLocationsPreparer(ctx context.Context, subscriptionID string) (*http.Request, error)
ListLocationsPreparer prepares the ListLocations request.
func (client SubscriptionsClient) ListLocationsResponder(resp *http.Response) (result LocationListResult, err error)
ListLocationsResponder handles the response to the ListLocations request. The method always closes the http.Response Body.
func (client SubscriptionsClient) ListLocationsSender(req *http.Request) (*http.Response, error)
ListLocationsSender sends the ListLocations request. The method will close the http.Response Body if it receives an error.
func (client SubscriptionsClient) ListPreparer(ctx context.Context) (*http.Request, error)
ListPreparer prepares the List request.
func (client SubscriptionsClient) ListResponder(resp *http.Response) (result ListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client SubscriptionsClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
TenantIDDescription tenant Id information.
type TenantIDDescription struct { // ID - READ-ONLY; The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000. ID *string `json:"id,omitempty"` // TenantID - READ-ONLY; The tenant ID. For example, 00000000-0000-0000-0000-000000000000. TenantID *string `json:"tenantId,omitempty"` }
func (tid TenantIDDescription) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for TenantIDDescription.
TenantListResult tenant Ids information.
type TenantListResult struct { autorest.Response `json:"-"` // Value - An array of tenants. Value *[]TenantIDDescription `json:"value,omitempty"` // NextLink - The URL to use for getting the next set of results. NextLink *string `json:"nextLink,omitempty"` }
func (tlr TenantListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
TenantListResultIterator provides access to a complete listing of TenantIDDescription values.
type TenantListResultIterator struct {
// contains filtered or unexported fields
}
func NewTenantListResultIterator(page TenantListResultPage) TenantListResultIterator
Creates a new instance of the TenantListResultIterator type.
func (iter *TenantListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *TenantListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter TenantListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter TenantListResultIterator) Response() TenantListResult
Response returns the raw server response from the last page request.
func (iter TenantListResultIterator) Value() TenantIDDescription
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
TenantListResultPage contains a page of TenantIDDescription values.
type TenantListResultPage struct {
// contains filtered or unexported fields
}
func NewTenantListResultPage(cur TenantListResult, getNextPage func(context.Context, TenantListResult) (TenantListResult, error)) TenantListResultPage
Creates a new instance of the TenantListResultPage type.
func (page *TenantListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *TenantListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page TenantListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page TenantListResultPage) Response() TenantListResult
Response returns the raw server response from the last page request.
func (page TenantListResultPage) Values() []TenantIDDescription
Values returns the slice of values for the current page or nil if there are no values.
TenantsClient is the the subscription client
type TenantsClient struct { BaseClient }
func NewTenantsClient() TenantsClient
NewTenantsClient creates an instance of the TenantsClient client.
func NewTenantsClientWithBaseURI(baseURI string) TenantsClient
NewTenantsClientWithBaseURI creates an instance of the TenantsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client TenantsClient) List(ctx context.Context) (result TenantListResultPage, err error)
List gets the tenants for your account.
func (client TenantsClient) ListComplete(ctx context.Context) (result TenantListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (client TenantsClient) ListPreparer(ctx context.Context) (*http.Request, error)
ListPreparer prepares the List request.
func (client TenantsClient) ListResponder(resp *http.Response) (result TenantListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client TenantsClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
Workload enumerates the values for workload.
type Workload string
const ( // DevTest ... DevTest Workload = "DevTest" // Production ... Production Workload = "Production" )
func PossibleWorkloadValues() []Workload
PossibleWorkloadValues returns an array of possible values for the Workload const type.
Name | Synopsis |
---|---|
.. | |
subscriptionapi | Deprecated: Please note, this package has been deprecated. |