Documentation ¶
Overview ¶
Package containerregistry implements the Azure ARM Containerregistry service API version 2016-06-27-preview.
Index ¶
- Constants
- func UserAgent() string
- func Version() stringdeprecated
- type BaseClientdeprecated
- type RegistriesClientdeprecated
- func (client RegistriesClient) CheckNameAvailability(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (result RegistryNameStatus, err error)deprecated
- func (client RegistriesClient) CheckNameAvailabilityPreparer(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (*http.Request, error)deprecated
- func (client RegistriesClient) CheckNameAvailabilityResponder(resp *http.Response) (result RegistryNameStatus, err error)deprecated
- func (client RegistriesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, registryName string, ...) (result Registry, err error)deprecated
- func (client RegistriesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error)deprecated
- func (client RegistriesClient) CreateOrUpdateResponder(resp *http.Response) (result Registry, err error)deprecated
- func (client RegistriesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) Delete(ctx context.Context, resourceGroupName string, registryName string) (result autorest.Response, err error)deprecated
- func (client RegistriesClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)deprecated
- func (client RegistriesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client RegistriesClient) DeleteSender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) GetCredentials(ctx context.Context, resourceGroupName string, registryName string) (result RegistryCredentials, err error)deprecated
- func (client RegistriesClient) GetCredentialsPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)deprecated
- func (client RegistriesClient) GetCredentialsResponder(resp *http.Response) (result RegistryCredentials, err error)deprecated
- func (client RegistriesClient) GetCredentialsSender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) GetProperties(ctx context.Context, resourceGroupName string, registryName string) (result Registry, err error)deprecated
- func (client RegistriesClient) GetPropertiesPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)deprecated
- func (client RegistriesClient) GetPropertiesResponder(resp *http.Response) (result Registry, err error)deprecated
- func (client RegistriesClient) GetPropertiesSender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) List(ctx context.Context) (result RegistryListResultPage, err error)deprecated
- func (client RegistriesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result RegistryListResultPage, err error)deprecated
- func (client RegistriesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result RegistryListResultIterator, err error)deprecated
- func (client RegistriesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)deprecated
- func (client RegistriesClient) ListByResourceGroupResponder(resp *http.Response) (result RegistryListResult, err error)deprecated
- func (client RegistriesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) ListComplete(ctx context.Context) (result RegistryListResultIterator, err error)deprecated
- func (client RegistriesClient) ListPreparer(ctx context.Context) (*http.Request, error)deprecated
- func (client RegistriesClient) ListResponder(resp *http.Response) (result RegistryListResult, err error)deprecated
- func (client RegistriesClient) ListSender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) RegenerateCredentials(ctx context.Context, resourceGroupName string, registryName string) (result RegistryCredentials, err error)deprecated
- func (client RegistriesClient) RegenerateCredentialsPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)deprecated
- func (client RegistriesClient) RegenerateCredentialsResponder(resp *http.Response) (result RegistryCredentials, err error)deprecated
- func (client RegistriesClient) RegenerateCredentialsSender(req *http.Request) (*http.Response, error)deprecated
- func (client RegistriesClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result Registry, err error)deprecated
- func (client RegistriesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error)deprecated
- func (client RegistriesClient) UpdateResponder(resp *http.Response) (result Registry, err error)deprecated
- func (client RegistriesClient) UpdateSender(req *http.Request) (*http.Response, error)deprecated
- type Registrydeprecated
- type RegistryCredentialsdeprecated
- type RegistryListResultdeprecated
- type RegistryListResultIteratordeprecated
- type RegistryListResultPagedeprecated
- type RegistryNameCheckRequestdeprecated
- type RegistryNameStatusdeprecated
- type RegistryPropertiesdeprecated
- type RegistryPropertiesUpdateParametersdeprecated
- type RegistryUpdateParametersdeprecated
- type Resourcedeprecated
- type StorageAccountPropertiesdeprecated
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Containerregistry
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
Copyright (c) Microsoft and contributors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
Code generated by Microsoft (R) AutoRest Code Generator. Changes may cause incorrect behavior and will be lost if the code is regenerated. Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. UserAgent returns the UserAgent string to use when sending http.Requests.
func Version
deprecated
func Version() string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type BaseClient
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. BaseClient is the base client for Containerregistry.
func New
deprecated
func New(subscriptionID string) BaseClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. New creates an instance of the BaseClient client.
func NewWithBaseURI
deprecated
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. NewWithBaseURI creates an instance of the BaseClient client.
type RegistriesClient
deprecated
type RegistriesClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistriesClient is the client for the Registries methods of the Containerregistry service.
func NewRegistriesClient
deprecated
func NewRegistriesClient(subscriptionID string) RegistriesClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. NewRegistriesClient creates an instance of the RegistriesClient client.
func NewRegistriesClientWithBaseURI
deprecated
func NewRegistriesClientWithBaseURI(baseURI string, subscriptionID string) RegistriesClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. NewRegistriesClientWithBaseURI creates an instance of the RegistriesClient client.
func (RegistriesClient) CheckNameAvailability
deprecated
func (client RegistriesClient) CheckNameAvailability(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (result RegistryNameStatus, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CheckNameAvailability checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 60 characters in length.
registryNameCheckRequest is the object containing information for the availability request.
func (RegistriesClient) CheckNameAvailabilityPreparer
deprecated
func (client RegistriesClient) CheckNameAvailabilityPreparer(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CheckNameAvailabilityPreparer prepares the CheckNameAvailability request.
func (RegistriesClient) CheckNameAvailabilityResponder
deprecated
func (client RegistriesClient) CheckNameAvailabilityResponder(resp *http.Response) (result RegistryNameStatus, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always closes the http.Response Body.
func (RegistriesClient) CheckNameAvailabilitySender
deprecated
func (client RegistriesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) CreateOrUpdate
deprecated
func (client RegistriesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, registryName string, registry Registry) (result Registry, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CreateOrUpdate creates or updates a container registry with the specified parameters.
resourceGroupName is the name of the resource group to which the container registry belongs. registryName is the name of the container registry. registry is the parameters for creating or updating a container registry.
func (RegistriesClient) CreateOrUpdatePreparer
deprecated
func (client RegistriesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, registry Registry) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (RegistriesClient) CreateOrUpdateResponder
deprecated
func (client RegistriesClient) CreateOrUpdateResponder(resp *http.Response) (result Registry, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (RegistriesClient) CreateOrUpdateSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) Delete
deprecated
func (client RegistriesClient) Delete(ctx context.Context, resourceGroupName string, registryName string) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Delete deletes a container registry.
resourceGroupName is the name of the resource group to which the container registry belongs. registryName is the name of the container registry.
func (RegistriesClient) DeletePreparer
deprecated
func (client RegistriesClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. DeletePreparer prepares the Delete request.
func (RegistriesClient) DeleteResponder
deprecated
func (client RegistriesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (RegistriesClient) DeleteSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) GetCredentials
deprecated
func (client RegistriesClient) GetCredentials(ctx context.Context, resourceGroupName string, registryName string) (result RegistryCredentials, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetCredentials gets the administrator login credentials for the specified container registry.
resourceGroupName is the name of the resource group to which the container registry belongs. registryName is the name of the container registry.
func (RegistriesClient) GetCredentialsPreparer
deprecated
func (client RegistriesClient) GetCredentialsPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetCredentialsPreparer prepares the GetCredentials request.
func (RegistriesClient) GetCredentialsResponder
deprecated
func (client RegistriesClient) GetCredentialsResponder(resp *http.Response) (result RegistryCredentials, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetCredentialsResponder handles the response to the GetCredentials request. The method always closes the http.Response Body.
func (RegistriesClient) GetCredentialsSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetCredentialsSender sends the GetCredentials request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) GetProperties
deprecated
func (client RegistriesClient) GetProperties(ctx context.Context, resourceGroupName string, registryName string) (result Registry, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetProperties gets the properties of the specified container registry.
resourceGroupName is the name of the resource group to which the container registry belongs. registryName is the name of the container registry.
func (RegistriesClient) GetPropertiesPreparer
deprecated
func (client RegistriesClient) GetPropertiesPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetPropertiesPreparer prepares the GetProperties request.
func (RegistriesClient) GetPropertiesResponder
deprecated
func (client RegistriesClient) GetPropertiesResponder(resp *http.Response) (result Registry, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetPropertiesResponder handles the response to the GetProperties request. The method always closes the http.Response Body.
func (RegistriesClient) GetPropertiesSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. GetPropertiesSender sends the GetProperties request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) List
deprecated
func (client RegistriesClient) List(ctx context.Context) (result RegistryListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. List lists all the available container registries under the specified subscription.
func (RegistriesClient) ListByResourceGroup
deprecated
func (client RegistriesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result RegistryListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListByResourceGroup lists all the available container registries under the specified resource group.
resourceGroupName is the name of the resource group to which the container registry belongs.
func (RegistriesClient) ListByResourceGroupComplete
deprecated
func (client RegistriesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result RegistryListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (RegistriesClient) ListByResourceGroupPreparer
deprecated
func (client RegistriesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (RegistriesClient) ListByResourceGroupResponder
deprecated
func (client RegistriesClient) ListByResourceGroupResponder(resp *http.Response) (result RegistryListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (RegistriesClient) ListByResourceGroupSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) ListComplete
deprecated
func (client RegistriesClient) ListComplete(ctx context.Context) (result RegistryListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListComplete enumerates all values, automatically crossing page boundaries as required.
func (RegistriesClient) ListPreparer
deprecated
func (RegistriesClient) ListResponder
deprecated
func (client RegistriesClient) ListResponder(resp *http.Response) (result RegistryListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (RegistriesClient) ListSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) RegenerateCredentials
deprecated
func (client RegistriesClient) RegenerateCredentials(ctx context.Context, resourceGroupName string, registryName string) (result RegistryCredentials, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegenerateCredentials regenerates the administrator login credentials for the specified container registry.
resourceGroupName is the name of the resource group to which the container registry belongs. registryName is the name of the container registry.
func (RegistriesClient) RegenerateCredentialsPreparer
deprecated
func (client RegistriesClient) RegenerateCredentialsPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegenerateCredentialsPreparer prepares the RegenerateCredentials request.
func (RegistriesClient) RegenerateCredentialsResponder
deprecated
func (client RegistriesClient) RegenerateCredentialsResponder(resp *http.Response) (result RegistryCredentials, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegenerateCredentialsResponder handles the response to the RegenerateCredentials request. The method always closes the http.Response Body.
func (RegistriesClient) RegenerateCredentialsSender
deprecated
func (client RegistriesClient) RegenerateCredentialsSender(req *http.Request) (*http.Response, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegenerateCredentialsSender sends the RegenerateCredentials request. The method will close the http.Response Body if it receives an error.
func (RegistriesClient) Update
deprecated
func (client RegistriesClient) Update(ctx context.Context, resourceGroupName string, registryName string, registryUpdateParameters RegistryUpdateParameters) (result Registry, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Update updates a container registry with the specified parameters.
resourceGroupName is the name of the resource group to which the container registry belongs. registryName is the name of the container registry. registryUpdateParameters is the parameters for updating a container registry.
func (RegistriesClient) UpdatePreparer
deprecated
func (client RegistriesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, registryUpdateParameters RegistryUpdateParameters) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. UpdatePreparer prepares the Update request.
func (RegistriesClient) UpdateResponder
deprecated
func (client RegistriesClient) UpdateResponder(resp *http.Response) (result Registry, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (RegistriesClient) UpdateSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type Registry
deprecated
type Registry struct { autorest.Response `json:"-"` // RegistryProperties - The properties of the container registry. *RegistryProperties `json:"properties,omitempty"` // ID - The resource ID. ID *string `json:"id,omitempty"` // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the resource. Type *string `json:"type,omitempty"` // Location - The location of the resource. This cannot be changed after the resource is created. Location *string `json:"location,omitempty"` // Tags - The tags of the resource. Tags map[string]*string `json:"tags"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Registry an object that represents a container registry.
func (Registry) MarshalJSON
deprecated
func (*Registry) UnmarshalJSON
deprecated
type RegistryCredentials
deprecated
type RegistryCredentials struct { autorest.Response `json:"-"` // Username - The administrator username. Username *string `json:"username,omitempty"` // Password - The administrator password. Password *string `json:"password,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryCredentials the result of a request to get the administrator login credentials for a container registry.
type RegistryListResult
deprecated
type RegistryListResult struct { autorest.Response `json:"-"` // Value - The list of container registries. Since this list may be incomplete, the nextLink field should be used to request the next list of container registries. Value *[]Registry `json:"value,omitempty"` // NextLink - The URI that can be used to request the next list of container registries. NextLink *string `json:"nextLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryListResult the result of a request to list container registries.
func (RegistryListResult) IsEmpty
deprecated
func (rlr RegistryListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. IsEmpty returns true if the ListResult contains no values.
type RegistryListResultIterator
deprecated
type RegistryListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryListResultIterator provides access to a complete listing of Registry values.
func (*RegistryListResultIterator) Next
deprecated
func (iter *RegistryListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (RegistryListResultIterator) NotDone
deprecated
func (iter RegistryListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (RegistryListResultIterator) Response
deprecated
func (iter RegistryListResultIterator) Response() RegistryListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Response returns the raw server response from the last page request.
func (RegistryListResultIterator) Value
deprecated
func (iter RegistryListResultIterator) Value() Registry
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type RegistryListResultPage
deprecated
type RegistryListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryListResultPage contains a page of Registry values.
func (*RegistryListResultPage) Next
deprecated
func (page *RegistryListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. 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.
func (RegistryListResultPage) NotDone
deprecated
func (page RegistryListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (RegistryListResultPage) Response
deprecated
func (page RegistryListResultPage) Response() RegistryListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Response returns the raw server response from the last page request.
func (RegistryListResultPage) Values
deprecated
func (page RegistryListResultPage) Values() []Registry
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Values returns the slice of values for the current page or nil if there are no values.
type RegistryNameCheckRequest
deprecated
type RegistryNameCheckRequest struct { // Name - The name of the container registry. Name *string `json:"name,omitempty"` // Type - The resource type of the container registry. This field must be set to "Microsoft.ContainerRegistry/registries". Type *string `json:"type,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryNameCheckRequest a request to check whether the container registry name is available.
type RegistryNameStatus
deprecated
type RegistryNameStatus struct { autorest.Response `json:"-"` // NameAvailable - The value that indicates whether the name is available. NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - If any, the reason that the name is not available. Reason *string `json:"reason,omitempty"` // Message - If any, the error message that provides more detail for the reason that the name is not available. Message *string `json:"message,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryNameStatus the result of a request to check the availability of a container registry name.
type RegistryProperties
deprecated
type RegistryProperties struct { // LoginServer - The URL that can be used to log into the container registry. LoginServer *string `json:"loginServer,omitempty"` // CreationDate - The creation date of the container registry in ISO8601 format. CreationDate *date.Time `json:"creationDate,omitempty"` // AdminUserEnabled - The value that indicates whether the admin user is enabled. This value is false by default. AdminUserEnabled *bool `json:"adminUserEnabled,omitempty"` // StorageAccount - The properties of the storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry. StorageAccount *StorageAccountProperties `json:"storageAccount,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryProperties the properties of a container registry.
type RegistryPropertiesUpdateParameters
deprecated
type RegistryPropertiesUpdateParameters struct { // AdminUserEnabled - The value that indicates whether the admin user is enabled. This value is false by default. AdminUserEnabled *bool `json:"adminUserEnabled,omitempty"` // StorageAccount - The properties of a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry. StorageAccount *StorageAccountProperties `json:"storageAccount,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryPropertiesUpdateParameters the parameters for updating the properties of a container registry.
type RegistryUpdateParameters
deprecated
type RegistryUpdateParameters struct { // Tags - The resource tags for the container registry. Tags map[string]*string `json:"tags"` // RegistryPropertiesUpdateParameters - The properties that the container registry will be updated with. *RegistryPropertiesUpdateParameters `json:"properties,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. RegistryUpdateParameters the parameters for updating a container registry.
func (RegistryUpdateParameters) MarshalJSON
deprecated
func (rup RegistryUpdateParameters) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. MarshalJSON is the custom marshaler for RegistryUpdateParameters.
func (*RegistryUpdateParameters) UnmarshalJSON
deprecated
func (rup *RegistryUpdateParameters) UnmarshalJSON(body []byte) error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. UnmarshalJSON is the custom unmarshaler for RegistryUpdateParameters struct.
type Resource
deprecated
type Resource struct { // ID - The resource ID. ID *string `json:"id,omitempty"` // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the resource. Type *string `json:"type,omitempty"` // Location - The location of the resource. This cannot be changed after the resource is created. Location *string `json:"location,omitempty"` // Tags - The tags of the resource. Tags map[string]*string `json:"tags"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. Resource an Azure resource.
func (Resource) MarshalJSON
deprecated
type StorageAccountProperties
deprecated
type StorageAccountProperties struct { // Name - The name of the storage account. Name *string `json:"name,omitempty"` // AccessKey - The access key to the storage account. AccessKey *string `json:"accessKey,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2016-06-27-preview/containerregistry instead. StorageAccountProperties the properties of a storage account for a container registry.