Versions in this module Expand all Collapse all v47 v47.1.0 Oct 21, 2020 v47.0.0 Oct 13, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Message *string + type JSONWebKey struct + Alg *string + Crv *string + D *string + Dp *string + Dq *string + E *string + K *string + Kid *string + Kty *string + N *string + P *string + Q *string + Qi *string + Use *string + X *string + X5c *[]string + Y *string + type JSONWebKeySet struct + Keys *[]JSONWebKey + type OperationList struct + Value *[]OperationsDefinition + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationList, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationList, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OperationsDefinition struct + Display *OperationsDisplayDefinition + Name *string + type OperationsDisplayDefinition struct + Description *string + Operation *string + Provider *string + Resource *string + type Provider struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (p *Provider) UnmarshalJSON(body []byte) error + func (p Provider) MarshalJSON() ([]byte, error) + type ProviderListResult struct + Value *[]Provider + type ProvidersClient struct + func NewProvidersClient(subscriptionID string) ProvidersClient + func NewProvidersClientWithBaseURI(baseURI string, subscriptionID string) ProvidersClient + func (client ProvidersClient) Create(ctx context.Context, resourceGroupName string, providerName string, ...) (result Provider, err error) + func (client ProvidersClient) CreatePreparer(ctx context.Context, resourceGroupName string, providerName string, ...) (*http.Request, error) + func (client ProvidersClient) CreateResponder(resp *http.Response) (result Provider, err error) + func (client ProvidersClient) CreateSender(req *http.Request) (*http.Response, error) + func (client ProvidersClient) Delete(ctx context.Context, resourceGroupName string, providerName string) (result autorest.Response, err error) + func (client ProvidersClient) DeletePreparer(ctx context.Context, resourceGroupName string, providerName string) (*http.Request, error) + func (client ProvidersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProvidersClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ProvidersClient) Get(ctx context.Context, resourceGroupName string, providerName string) (result Provider, err error) + func (client ProvidersClient) GetDefaultByLocation(ctx context.Context, location string) (result Provider, err error) + func (client ProvidersClient) GetDefaultByLocationPreparer(ctx context.Context, location string) (*http.Request, error) + func (client ProvidersClient) GetDefaultByLocationResponder(resp *http.Response) (result Provider, err error) + func (client ProvidersClient) GetDefaultByLocationSender(req *http.Request) (*http.Response, error) + func (client ProvidersClient) GetPreparer(ctx context.Context, resourceGroupName string, providerName string) (*http.Request, error) + func (client ProvidersClient) GetResponder(resp *http.Response) (result Provider, err error) + func (client ProvidersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ProvidersClient) List(ctx context.Context) (result ProviderListResult, err error) + func (client ProvidersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ProviderListResult, err error) + func (client ProvidersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ProvidersClient) ListByResourceGroupResponder(resp *http.Response) (result ProviderListResult, err error) + func (client ProvidersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ProvidersClient) ListDefault(ctx context.Context) (result ProviderListResult, err error) + func (client ProvidersClient) ListDefaultPreparer(ctx context.Context) (*http.Request, error) + func (client ProvidersClient) ListDefaultResponder(resp *http.Response) (result ProviderListResult, err error) + func (client ProvidersClient) ListDefaultSender(req *http.Request) (*http.Response, error) + func (client ProvidersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ProvidersClient) ListResponder(resp *http.Response) (result ProviderListResult, err error) + func (client ProvidersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ProvidersClient) Update(ctx context.Context, resourceGroupName string, providerName string, ...) (result Provider, err error) + func (client ProvidersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, providerName string, ...) (*http.Request, error) + func (client ProvidersClient) UpdateResponder(resp *http.Response) (result Provider, err error) + func (client ProvidersClient) UpdateSender(req *http.Request) (*http.Response, error) + type ProxyResource struct + ID *string + Name *string + Type *string + type Resource struct + ID *string + Name *string + Type *string + type ServiceCreationParams struct + Location *string + Properties *ServiceCreationSpecificParams + Tags map[string]*string + func (scp ServiceCreationParams) MarshalJSON() ([]byte, error) + type ServiceCreationSpecificParams struct + AttestationPolicy *string + PolicySigningCertificates *JSONWebKeySet + type ServicePatchParams struct + Tags map[string]*string + func (spp ServicePatchParams) MarshalJSON() ([]byte, error) + type ServiceStatus string + const Error + const NotReady + const Ready + func PossibleServiceStatusValues() []ServiceStatus + type StatusResult struct + AttestURI *string + Status ServiceStatus + TrustModel *string + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v48