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 PossibleValuesForCheckNameAvailabilityParametersType() []string + func PossibleValuesForDataLakeStoreAccountState() []string + func PossibleValuesForDataLakeStoreAccountStatus() []string + func PossibleValuesForEncryptionConfigType() []string + func PossibleValuesForEncryptionProvisioningState() []string + func PossibleValuesForEncryptionState() []string + func PossibleValuesForFirewallAllowAzureIPsState() []string + func PossibleValuesForFirewallState() []string + func PossibleValuesForTierType() []string + func PossibleValuesForTrustedIdProviderState() []string + func ValidateAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type AccountId struct + AccountName string + ResourceGroupName string + SubscriptionId string + func NewAccountID(subscriptionId string, resourceGroupName string, accountName string) AccountId + func ParseAccountID(input string) (*AccountId, error) + func ParseAccountIDInsensitively(input string) (*AccountId, error) + func (id *AccountId) FromParseResult(input resourceids.ParseResult) error + func (id AccountId) ID() string + func (id AccountId) Segments() []resourceids.Segment + func (id AccountId) String() string + type AccountsClient struct + Client *resourcemanager.Client + func NewAccountsClientWithBaseURI(sdkApi sdkEnv.Api) (*AccountsClient, error) + func (c AccountsClient) CheckNameAvailability(ctx context.Context, id LocationId, input CheckNameAvailabilityParameters) (result CheckNameAvailabilityOperationResponse, err error) + func (c AccountsClient) Create(ctx context.Context, id AccountId, input CreateDataLakeStoreAccountParameters) (result CreateOperationResponse, err error) + func (c AccountsClient) CreateThenPoll(ctx context.Context, id AccountId, input CreateDataLakeStoreAccountParameters) error + func (c AccountsClient) Delete(ctx context.Context, id AccountId) (result DeleteOperationResponse, err error) + func (c AccountsClient) DeleteThenPoll(ctx context.Context, id AccountId) error + func (c AccountsClient) EnableKeyVault(ctx context.Context, id AccountId) (result EnableKeyVaultOperationResponse, err error) + func (c AccountsClient) Get(ctx context.Context, id AccountId) (result GetOperationResponse, err error) + func (c AccountsClient) List(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c AccountsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupOperationResponse, err error) + func (c AccountsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, ...) (ListByResourceGroupCompleteResult, error) + func (c AccountsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c AccountsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (ListCompleteResult, error) + func (c AccountsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c AccountsClient) Update(ctx context.Context, id AccountId, input UpdateDataLakeStoreAccountParameters) (result UpdateOperationResponse, err error) + func (c AccountsClient) UpdateThenPoll(ctx context.Context, id AccountId, input UpdateDataLakeStoreAccountParameters) error + type CheckNameAvailabilityOperationResponse struct + HttpResponse *http.Response + Model *NameAvailabilityInformation + OData *odata.OData + type CheckNameAvailabilityParameters struct + Name string + Type CheckNameAvailabilityParametersType + type CheckNameAvailabilityParametersType string + const CheckNameAvailabilityParametersTypeMicrosoftPointDataLakeStoreAccounts + func (s *CheckNameAvailabilityParametersType) UnmarshalJSON(bytes []byte) error + type CreateDataLakeStoreAccountParameters struct + Identity *identity.SystemAssigned + Location string + Properties *CreateDataLakeStoreAccountProperties + Tags *map[string]string + type CreateDataLakeStoreAccountProperties struct + DefaultGroup *string + EncryptionConfig *EncryptionConfig + EncryptionState *EncryptionState + FirewallAllowAzureIPs *FirewallAllowAzureIPsState + FirewallRules *[]CreateFirewallRuleWithAccountParameters + FirewallState *FirewallState + NewTier *TierType + TrustedIdProviderState *TrustedIdProviderState + TrustedIdProviders *[]CreateTrustedIdProviderWithAccountParameters + VirtualNetworkRules *[]CreateVirtualNetworkRuleWithAccountParameters + type CreateFirewallRuleWithAccountParameters struct + Name string + Properties CreateOrUpdateFirewallRuleProperties + type CreateOperationResponse struct + HttpResponse *http.Response + Model *DataLakeStoreAccount + OData *odata.OData + Poller pollers.Poller + type CreateOrUpdateFirewallRuleProperties struct + EndIPAddress string + StartIPAddress string + type CreateOrUpdateTrustedIdProviderProperties struct + IdProvider string + type CreateOrUpdateVirtualNetworkRuleProperties struct + SubnetId string + type CreateTrustedIdProviderWithAccountParameters struct + Name string + Properties CreateOrUpdateTrustedIdProviderProperties + type CreateVirtualNetworkRuleWithAccountParameters struct + Name string + Properties CreateOrUpdateVirtualNetworkRuleProperties + type DataLakeStoreAccount struct + Id *string + Identity *identity.SystemAssigned + Location *string + Name *string + Properties *DataLakeStoreAccountProperties + Tags *map[string]string + Type *string + type DataLakeStoreAccountBasic struct + Id *string + Location *string + Name *string + Properties *DataLakeStoreAccountPropertiesBasic + Tags *map[string]string + Type *string + type DataLakeStoreAccountBasicOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p DataLakeStoreAccountBasicOperationPredicate) Matches(input DataLakeStoreAccountBasic) bool + type DataLakeStoreAccountProperties struct + AccountId *string + CreationTime *string + CurrentTier *TierType + DefaultGroup *string + EncryptionConfig *EncryptionConfig + EncryptionProvisioningState *EncryptionProvisioningState + EncryptionState *EncryptionState + Endpoint *string + FirewallAllowAzureIPs *FirewallAllowAzureIPsState + FirewallRules *[]FirewallRule + FirewallState *FirewallState + LastModifiedTime *string + NewTier *TierType + ProvisioningState *DataLakeStoreAccountStatus + State *DataLakeStoreAccountState + TrustedIdProviderState *TrustedIdProviderState + TrustedIdProviders *[]TrustedIdProvider + VirtualNetworkRules *[]VirtualNetworkRule + func (o *DataLakeStoreAccountProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *DataLakeStoreAccountProperties) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *DataLakeStoreAccountProperties) SetCreationTimeAsTime(input time.Time) + func (o *DataLakeStoreAccountProperties) SetLastModifiedTimeAsTime(input time.Time) + type DataLakeStoreAccountPropertiesBasic struct + AccountId *string + CreationTime *string + Endpoint *string + LastModifiedTime *string + ProvisioningState *DataLakeStoreAccountStatus + State *DataLakeStoreAccountState + func (o *DataLakeStoreAccountPropertiesBasic) GetCreationTimeAsTime() (*time.Time, error) + func (o *DataLakeStoreAccountPropertiesBasic) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *DataLakeStoreAccountPropertiesBasic) SetCreationTimeAsTime(input time.Time) + func (o *DataLakeStoreAccountPropertiesBasic) SetLastModifiedTimeAsTime(input time.Time) + type DataLakeStoreAccountState string + const DataLakeStoreAccountStateActive + const DataLakeStoreAccountStateSuspended + func (s *DataLakeStoreAccountState) UnmarshalJSON(bytes []byte) error + type DataLakeStoreAccountStatus string + const DataLakeStoreAccountStatusCanceled + const DataLakeStoreAccountStatusCreating + const DataLakeStoreAccountStatusDeleted + const DataLakeStoreAccountStatusDeleting + const DataLakeStoreAccountStatusFailed + const DataLakeStoreAccountStatusPatching + const DataLakeStoreAccountStatusResuming + const DataLakeStoreAccountStatusRunning + const DataLakeStoreAccountStatusSucceeded + const DataLakeStoreAccountStatusSuspending + const DataLakeStoreAccountStatusUndeleting + func (s *DataLakeStoreAccountStatus) UnmarshalJSON(bytes []byte) error + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type EnableKeyVaultOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EncryptionConfig struct + KeyVaultMetaInfo *KeyVaultMetaInfo + Type EncryptionConfigType + type EncryptionConfigType string + const EncryptionConfigTypeServiceManaged + const EncryptionConfigTypeUserManaged + func (s *EncryptionConfigType) UnmarshalJSON(bytes []byte) error + type EncryptionProvisioningState string + const EncryptionProvisioningStateCreating + const EncryptionProvisioningStateSucceeded + func (s *EncryptionProvisioningState) UnmarshalJSON(bytes []byte) error + type EncryptionState string + const EncryptionStateDisabled + const EncryptionStateEnabled + func (s *EncryptionState) UnmarshalJSON(bytes []byte) error + type FirewallAllowAzureIPsState string + const FirewallAllowAzureIPsStateDisabled + const FirewallAllowAzureIPsStateEnabled + func (s *FirewallAllowAzureIPsState) UnmarshalJSON(bytes []byte) error + type FirewallRule struct + Id *string + Name *string + Properties *FirewallRuleProperties + Type *string + type FirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type FirewallState string + const FirewallStateDisabled + const FirewallStateEnabled + func (s *FirewallState) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *DataLakeStoreAccount + OData *odata.OData + type KeyVaultMetaInfo struct + EncryptionKeyName string + EncryptionKeyVersion string + KeyVaultResourceId string + type ListByResourceGroupCompleteResult struct + Items []DataLakeStoreAccountBasic + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationOptions struct + Count *bool + Filter *string + Orderby *string + Select *string + Skip *int64 + Top *int64 + func DefaultListByResourceGroupOperationOptions() ListByResourceGroupOperationOptions + func (o ListByResourceGroupOperationOptions) ToHeaders() *client.Headers + func (o ListByResourceGroupOperationOptions) ToOData() *odata.Query + func (o ListByResourceGroupOperationOptions) ToQuery() *client.QueryParams + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]DataLakeStoreAccountBasic + OData *odata.OData + type ListCompleteResult struct + Items []DataLakeStoreAccountBasic + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Count *bool + Filter *string + Orderby *string + Select *string + Skip *int64 + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]DataLakeStoreAccountBasic + OData *odata.OData + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type NameAvailabilityInformation struct + Message *string + NameAvailable *bool + Reason *string + type TierType string + const TierTypeCommitmentFiveHundredTB + const TierTypeCommitmentFivePB + const TierTypeCommitmentOneHundredTB + const TierTypeCommitmentOnePB + const TierTypeCommitmentOneTB + const TierTypeCommitmentOneZeroTB + const TierTypeConsumption + func (s *TierType) UnmarshalJSON(bytes []byte) error + type TrustedIdProvider struct + Id *string + Name *string + Properties *TrustedIdProviderProperties + Type *string + type TrustedIdProviderProperties struct + IdProvider *string + type TrustedIdProviderState string + const TrustedIdProviderStateDisabled + const TrustedIdProviderStateEnabled + func (s *TrustedIdProviderState) UnmarshalJSON(bytes []byte) error + type UpdateDataLakeStoreAccountParameters struct + Properties *UpdateDataLakeStoreAccountProperties + Tags *map[string]string + type UpdateDataLakeStoreAccountProperties struct + DefaultGroup *string + EncryptionConfig *UpdateEncryptionConfig + FirewallAllowAzureIPs *FirewallAllowAzureIPsState + FirewallRules *[]UpdateFirewallRuleWithAccountParameters + FirewallState *FirewallState + NewTier *TierType + TrustedIdProviderState *TrustedIdProviderState + TrustedIdProviders *[]UpdateTrustedIdProviderWithAccountParameters + VirtualNetworkRules *[]UpdateVirtualNetworkRuleWithAccountParameters + type UpdateEncryptionConfig struct + KeyVaultMetaInfo *UpdateKeyVaultMetaInfo + type UpdateFirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type UpdateFirewallRuleWithAccountParameters struct + Name string + Properties *UpdateFirewallRuleProperties + type UpdateKeyVaultMetaInfo struct + EncryptionKeyVersion *string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *DataLakeStoreAccount + OData *odata.OData + Poller pollers.Poller + type UpdateTrustedIdProviderProperties struct + IdProvider *string + type UpdateTrustedIdProviderWithAccountParameters struct + Name string + Properties *UpdateTrustedIdProviderProperties + type UpdateVirtualNetworkRuleProperties struct + SubnetId *string + type UpdateVirtualNetworkRuleWithAccountParameters struct + Name string + Properties *UpdateVirtualNetworkRuleProperties + type VirtualNetworkRule struct + Id *string + Name *string + Properties *VirtualNetworkRuleProperties + Type *string + type VirtualNetworkRuleProperties struct + SubnetId *string