Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForCredentialType() []string + func PossibleValuesForEndpointType() []string + func PossibleValuesForNfsVersion() []string + func PossibleValuesForProvisioningState() []string + func ValidateEndpointID(input interface{}, key string) (warnings []string, errors []error) + func ValidateStorageMoverID(input interface{}, key string) (warnings []string, errors []error) + type AzureKeyVaultSmbCredentials struct + PasswordUri *string + Type CredentialType + UsernameUri *string + func (s AzureKeyVaultSmbCredentials) Credentials() BaseCredentialsImpl + func (s AzureKeyVaultSmbCredentials) MarshalJSON() ([]byte, error) + type AzureStorageBlobContainerEndpointProperties struct + BlobContainerName string + Description *string + EndpointType EndpointType + ProvisioningState *ProvisioningState + StorageAccountResourceId string + func (s AzureStorageBlobContainerEndpointProperties) EndpointBaseProperties() BaseEndpointBasePropertiesImpl + func (s AzureStorageBlobContainerEndpointProperties) MarshalJSON() ([]byte, error) + type AzureStorageBlobContainerEndpointUpdateProperties struct + Description *string + EndpointType EndpointType + func (s AzureStorageBlobContainerEndpointUpdateProperties) EndpointBaseUpdateProperties() BaseEndpointBaseUpdatePropertiesImpl + func (s AzureStorageBlobContainerEndpointUpdateProperties) MarshalJSON() ([]byte, error) + type AzureStorageSmbFileShareEndpointProperties struct + Description *string + EndpointType EndpointType + FileShareName string + ProvisioningState *ProvisioningState + StorageAccountResourceId string + func (s AzureStorageSmbFileShareEndpointProperties) EndpointBaseProperties() BaseEndpointBasePropertiesImpl + func (s AzureStorageSmbFileShareEndpointProperties) MarshalJSON() ([]byte, error) + type AzureStorageSmbFileShareEndpointUpdateProperties struct + Description *string + EndpointType EndpointType + func (s AzureStorageSmbFileShareEndpointUpdateProperties) EndpointBaseUpdateProperties() BaseEndpointBaseUpdatePropertiesImpl + func (s AzureStorageSmbFileShareEndpointUpdateProperties) MarshalJSON() ([]byte, error) + type BaseCredentialsImpl struct + Type CredentialType + func (s BaseCredentialsImpl) Credentials() BaseCredentialsImpl + type BaseEndpointBasePropertiesImpl struct + Description *string + EndpointType EndpointType + ProvisioningState *ProvisioningState + func (s BaseEndpointBasePropertiesImpl) EndpointBaseProperties() BaseEndpointBasePropertiesImpl + type BaseEndpointBaseUpdatePropertiesImpl struct + Description *string + EndpointType EndpointType + func (s BaseEndpointBaseUpdatePropertiesImpl) EndpointBaseUpdateProperties() BaseEndpointBaseUpdatePropertiesImpl + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Endpoint + OData *odata.OData + type CredentialType string + const CredentialTypeAzureKeyVaultSmb + func (s *CredentialType) UnmarshalJSON(bytes []byte) error + type Credentials interface + Credentials func() BaseCredentialsImpl + func UnmarshalCredentialsImplementation(input []byte) (Credentials, error) + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type Endpoint struct + Id *string + Name *string + Properties EndpointBaseProperties + SystemData *systemdata.SystemData + Type *string + func (s *Endpoint) UnmarshalJSON(bytes []byte) error + type EndpointBaseProperties interface + EndpointBaseProperties func() BaseEndpointBasePropertiesImpl + func UnmarshalEndpointBasePropertiesImplementation(input []byte) (EndpointBaseProperties, error) + type EndpointBaseUpdateParameters struct + Properties EndpointBaseUpdateProperties + func (s *EndpointBaseUpdateParameters) UnmarshalJSON(bytes []byte) error + type EndpointBaseUpdateProperties interface + EndpointBaseUpdateProperties func() BaseEndpointBaseUpdatePropertiesImpl + func UnmarshalEndpointBaseUpdatePropertiesImplementation(input []byte) (EndpointBaseUpdateProperties, error) + type EndpointId struct + EndpointName string + ResourceGroupName string + StorageMoverName string + SubscriptionId string + func NewEndpointID(subscriptionId string, resourceGroupName string, storageMoverName string, ...) EndpointId + func ParseEndpointID(input string) (*EndpointId, error) + func ParseEndpointIDInsensitively(input string) (*EndpointId, error) + func (id *EndpointId) FromParseResult(input resourceids.ParseResult) error + func (id EndpointId) ID() string + func (id EndpointId) Segments() []resourceids.Segment + func (id EndpointId) String() string + type EndpointOperationPredicate struct + Id *string + Name *string + Type *string + func (p EndpointOperationPredicate) Matches(input Endpoint) bool + type EndpointType string + const EndpointTypeAzureStorageBlobContainer + const EndpointTypeAzureStorageSmbFileShare + const EndpointTypeNfsMount + const EndpointTypeSmbMount + func (s *EndpointType) UnmarshalJSON(bytes []byte) error + type EndpointsClient struct + Client *resourcemanager.Client + func NewEndpointsClientWithBaseURI(sdkApi sdkEnv.Api) (*EndpointsClient, error) + func (c EndpointsClient) CreateOrUpdate(ctx context.Context, id EndpointId, input Endpoint) (result CreateOrUpdateOperationResponse, err error) + func (c EndpointsClient) Delete(ctx context.Context, id EndpointId) (result DeleteOperationResponse, err error) + func (c EndpointsClient) DeleteThenPoll(ctx context.Context, id EndpointId) error + func (c EndpointsClient) Get(ctx context.Context, id EndpointId) (result GetOperationResponse, err error) + func (c EndpointsClient) List(ctx context.Context, id StorageMoverId) (result ListOperationResponse, err error) + func (c EndpointsClient) ListComplete(ctx context.Context, id StorageMoverId) (ListCompleteResult, error) + func (c EndpointsClient) ListCompleteMatchingPredicate(ctx context.Context, id StorageMoverId, predicate EndpointOperationPredicate) (result ListCompleteResult, err error) + func (c EndpointsClient) Update(ctx context.Context, id EndpointId, input EndpointBaseUpdateParameters) (result UpdateOperationResponse, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *Endpoint + OData *odata.OData + type ListCompleteResult struct + Items []Endpoint + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Endpoint + OData *odata.OData + type NfsMountEndpointProperties struct + Description *string + EndpointType EndpointType + Export string + Host string + NfsVersion *NfsVersion + ProvisioningState *ProvisioningState + func (s NfsMountEndpointProperties) EndpointBaseProperties() BaseEndpointBasePropertiesImpl + func (s NfsMountEndpointProperties) MarshalJSON() ([]byte, error) + type NfsMountEndpointUpdateProperties struct + Description *string + EndpointType EndpointType + func (s NfsMountEndpointUpdateProperties) EndpointBaseUpdateProperties() BaseEndpointBaseUpdatePropertiesImpl + func (s NfsMountEndpointUpdateProperties) MarshalJSON() ([]byte, error) + type NfsVersion string + const NfsVersionNFSauto + const NfsVersionNFSvFour + const NfsVersionNFSvThree + func (s *NfsVersion) UnmarshalJSON(bytes []byte) error + type ProvisioningState string + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type RawCredentialsImpl struct + Type string + Values map[string]interface{} + func (s RawCredentialsImpl) Credentials() BaseCredentialsImpl + type RawEndpointBasePropertiesImpl struct + Type string + Values map[string]interface{} + func (s RawEndpointBasePropertiesImpl) EndpointBaseProperties() BaseEndpointBasePropertiesImpl + type RawEndpointBaseUpdatePropertiesImpl struct + Type string + Values map[string]interface{} + func (s RawEndpointBaseUpdatePropertiesImpl) EndpointBaseUpdateProperties() BaseEndpointBaseUpdatePropertiesImpl + type SmbMountEndpointProperties struct + Credentials *AzureKeyVaultSmbCredentials + Description *string + EndpointType EndpointType + Host string + ProvisioningState *ProvisioningState + ShareName string + func (s SmbMountEndpointProperties) EndpointBaseProperties() BaseEndpointBasePropertiesImpl + func (s SmbMountEndpointProperties) MarshalJSON() ([]byte, error) + type SmbMountEndpointUpdateProperties struct + Credentials *AzureKeyVaultSmbCredentials + Description *string + EndpointType EndpointType + func (s SmbMountEndpointUpdateProperties) EndpointBaseUpdateProperties() BaseEndpointBaseUpdatePropertiesImpl + func (s SmbMountEndpointUpdateProperties) MarshalJSON() ([]byte, error) + type StorageMoverId struct + ResourceGroupName string + StorageMoverName string + SubscriptionId string + func NewStorageMoverID(subscriptionId string, resourceGroupName string, storageMoverName string) StorageMoverId + func ParseStorageMoverID(input string) (*StorageMoverId, error) + func ParseStorageMoverIDInsensitively(input string) (*StorageMoverId, error) + func (id *StorageMoverId) FromParseResult(input resourceids.ParseResult) error + func (id StorageMoverId) ID() string + func (id StorageMoverId) Segments() []resourceids.Segment + func (id StorageMoverId) String() string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Endpoint + OData *odata.OData