Versions in this module Expand all Collapse all v28 v28.1.0 Apr 29, 2019 v28.0.0 Apr 26, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) CheckNameAvailability(ctx context.Context, location string, ...) (result NameAvailabilityInformation, err error) + func (client AccountsClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, ...) (*http.Request, error) + func (client AccountsClient) CheckNameAvailabilityResponder(resp *http.Response) (result NameAvailabilityInformation, err error) + func (client AccountsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsCreateFutureType, err error) + func (client AccountsClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) CreateResponder(resp *http.Response) (result DataLakeStoreAccount, err error) + func (client AccountsClient) CreateSender(req *http.Request) (future AccountsCreateFutureType, err error) + func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result AccountsDeleteFutureType, err error) + func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) DeleteSender(req *http.Request) (future AccountsDeleteFutureType, err error) + func (client AccountsClient) EnableKeyVault(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + func (client AccountsClient) EnableKeyVaultPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) EnableKeyVaultResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) EnableKeyVaultSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result DataLakeStoreAccount, err error) + func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) GetResponder(resp *http.Response) (result DataLakeStoreAccount, err error) + func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) List(ctx context.Context, filter string, top *int32, skip *int32, ...) (result DataLakeStoreAccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string, top *int32, ...) (result DataLakeStoreAccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string, top *int32, ...) (result DataLakeStoreAccountListResultIterator, err error) + func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, filter string, top *int32, ...) (*http.Request, error) + func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result DataLakeStoreAccountListResult, err error) + func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListComplete(ctx context.Context, filter string, top *int32, skip *int32, ...) (result DataLakeStoreAccountListResultIterator, err error) + func (client AccountsClient) ListPreparer(ctx context.Context, filter string, top *int32, skip *int32, ...) (*http.Request, error) + func (client AccountsClient) ListResponder(resp *http.Response) (result DataLakeStoreAccountListResult, err error) + func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsUpdateFutureType, err error) + func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) UpdateResponder(resp *http.Response) (result DataLakeStoreAccount, err error) + func (client AccountsClient) UpdateSender(req *http.Request) (future AccountsUpdateFutureType, err error) + type AccountsCreateFutureType struct + func (future *AccountsCreateFutureType) Result(client AccountsClient) (dlsa DataLakeStoreAccount, err error) + type AccountsDeleteFutureType struct + func (future *AccountsDeleteFutureType) Result(client AccountsClient) (ar autorest.Response, err error) + type AccountsUpdateFutureType struct + func (future *AccountsUpdateFutureType) Result(client AccountsClient) (dlsa DataLakeStoreAccount, err error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CapabilityInformation struct + AccountCount *int32 + MaxAccountCount *int32 + MigrationState *bool + State SubscriptionState + SubscriptionID *uuid.UUID + type CheckNameAvailabilityParameters struct + Name *string + Type *string + type CreateDataLakeStoreAccountParameters struct + Identity *EncryptionIdentity + Location *string + Tags map[string]*string + func (cdlsap *CreateDataLakeStoreAccountParameters) UnmarshalJSON(body []byte) error + func (cdlsap CreateDataLakeStoreAccountParameters) MarshalJSON() ([]byte, error) + 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 + func (cfrwap *CreateFirewallRuleWithAccountParameters) UnmarshalJSON(body []byte) error + func (cfrwap CreateFirewallRuleWithAccountParameters) MarshalJSON() ([]byte, error) + type CreateOrUpdateFirewallRuleParameters struct + func (coufrp *CreateOrUpdateFirewallRuleParameters) UnmarshalJSON(body []byte) error + func (coufrp CreateOrUpdateFirewallRuleParameters) MarshalJSON() ([]byte, error) + type CreateOrUpdateFirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type CreateOrUpdateTrustedIDProviderParameters struct + func (coutipp *CreateOrUpdateTrustedIDProviderParameters) UnmarshalJSON(body []byte) error + func (coutipp CreateOrUpdateTrustedIDProviderParameters) MarshalJSON() ([]byte, error) + type CreateOrUpdateTrustedIDProviderProperties struct + IDProvider *string + type CreateOrUpdateVirtualNetworkRuleParameters struct + func (couvnrp *CreateOrUpdateVirtualNetworkRuleParameters) UnmarshalJSON(body []byte) error + func (couvnrp CreateOrUpdateVirtualNetworkRuleParameters) MarshalJSON() ([]byte, error) + type CreateOrUpdateVirtualNetworkRuleProperties struct + SubnetID *string + type CreateTrustedIDProviderWithAccountParameters struct + Name *string + func (ctipwap *CreateTrustedIDProviderWithAccountParameters) UnmarshalJSON(body []byte) error + func (ctipwap CreateTrustedIDProviderWithAccountParameters) MarshalJSON() ([]byte, error) + type CreateVirtualNetworkRuleWithAccountParameters struct + Name *string + func (cvnrwap *CreateVirtualNetworkRuleWithAccountParameters) UnmarshalJSON(body []byte) error + func (cvnrwap CreateVirtualNetworkRuleWithAccountParameters) MarshalJSON() ([]byte, error) + type DataLakeStoreAccount struct + ID *string + Identity *EncryptionIdentity + Location *string + Name *string + Tags map[string]*string + Type *string + func (dlsa *DataLakeStoreAccount) UnmarshalJSON(body []byte) error + func (dlsa DataLakeStoreAccount) MarshalJSON() ([]byte, error) + type DataLakeStoreAccountBasic struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (dlsab *DataLakeStoreAccountBasic) UnmarshalJSON(body []byte) error + func (dlsab DataLakeStoreAccountBasic) MarshalJSON() ([]byte, error) + type DataLakeStoreAccountListResult struct + NextLink *string + Value *[]DataLakeStoreAccountBasic + func (dlsalr DataLakeStoreAccountListResult) IsEmpty() bool + type DataLakeStoreAccountListResultIterator struct + func NewDataLakeStoreAccountListResultIterator(page DataLakeStoreAccountListResultPage) DataLakeStoreAccountListResultIterator + func (iter *DataLakeStoreAccountListResultIterator) Next() error + func (iter *DataLakeStoreAccountListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DataLakeStoreAccountListResultIterator) NotDone() bool + func (iter DataLakeStoreAccountListResultIterator) Response() DataLakeStoreAccountListResult + func (iter DataLakeStoreAccountListResultIterator) Value() DataLakeStoreAccountBasic + type DataLakeStoreAccountListResultPage struct + func NewDataLakeStoreAccountListResultPage(...) DataLakeStoreAccountListResultPage + func (page *DataLakeStoreAccountListResultPage) Next() error + func (page *DataLakeStoreAccountListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DataLakeStoreAccountListResultPage) NotDone() bool + func (page DataLakeStoreAccountListResultPage) Response() DataLakeStoreAccountListResult + func (page DataLakeStoreAccountListResultPage) Values() []DataLakeStoreAccountBasic + type DataLakeStoreAccountProperties struct + AccountID *uuid.UUID + CreationTime *date.Time + CurrentTier TierType + DefaultGroup *string + EncryptionConfig *EncryptionConfig + EncryptionProvisioningState EncryptionProvisioningState + EncryptionState EncryptionState + Endpoint *string + FirewallAllowAzureIps FirewallAllowAzureIpsState + FirewallRules *[]FirewallRule + FirewallState FirewallState + LastModifiedTime *date.Time + NewTier TierType + ProvisioningState DataLakeStoreAccountStatus + State DataLakeStoreAccountState + TrustedIDProviderState TrustedIDProviderState + TrustedIDProviders *[]TrustedIDProvider + VirtualNetworkRules *[]VirtualNetworkRule + type DataLakeStoreAccountPropertiesBasic struct + AccountID *uuid.UUID + CreationTime *date.Time + Endpoint *string + LastModifiedTime *date.Time + ProvisioningState DataLakeStoreAccountStatus + State DataLakeStoreAccountState + type DataLakeStoreAccountState string + const Active + const Suspended + func PossibleDataLakeStoreAccountStateValues() []DataLakeStoreAccountState + type DataLakeStoreAccountStatus string + const Canceled + const Creating + const Deleted + const Deleting + const Failed + const Patching + const Resuming + const Running + const Succeeded + const Suspending + const Undeleting + func PossibleDataLakeStoreAccountStatusValues() []DataLakeStoreAccountStatus + type EncryptionConfig struct + KeyVaultMetaInfo *KeyVaultMetaInfo + Type EncryptionConfigType + type EncryptionConfigType string + const ServiceManaged + const UserManaged + func PossibleEncryptionConfigTypeValues() []EncryptionConfigType + type EncryptionIdentity struct + PrincipalID *uuid.UUID + TenantID *uuid.UUID + Type *string + type EncryptionProvisioningState string + const EncryptionProvisioningStateCreating + const EncryptionProvisioningStateSucceeded + func PossibleEncryptionProvisioningStateValues() []EncryptionProvisioningState + type EncryptionState string + const Disabled + const Enabled + func PossibleEncryptionStateValues() []EncryptionState + type FirewallAllowAzureIpsState string + const FirewallAllowAzureIpsStateDisabled + const FirewallAllowAzureIpsStateEnabled + func PossibleFirewallAllowAzureIpsStateValues() []FirewallAllowAzureIpsState + type FirewallRule struct + ID *string + Name *string + Type *string + func (fr *FirewallRule) UnmarshalJSON(body []byte) error + func (fr FirewallRule) MarshalJSON() ([]byte, error) + type FirewallRuleListResult struct + NextLink *string + Value *[]FirewallRule + func (frlr FirewallRuleListResult) IsEmpty() bool + type FirewallRuleListResultIterator struct + func NewFirewallRuleListResultIterator(page FirewallRuleListResultPage) FirewallRuleListResultIterator + func (iter *FirewallRuleListResultIterator) Next() error + func (iter *FirewallRuleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter FirewallRuleListResultIterator) NotDone() bool + func (iter FirewallRuleListResultIterator) Response() FirewallRuleListResult + func (iter FirewallRuleListResultIterator) Value() FirewallRule + type FirewallRuleListResultPage struct + func NewFirewallRuleListResultPage(...) FirewallRuleListResultPage + func (page *FirewallRuleListResultPage) Next() error + func (page *FirewallRuleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page FirewallRuleListResultPage) NotDone() bool + func (page FirewallRuleListResultPage) Response() FirewallRuleListResult + func (page FirewallRuleListResultPage) Values() []FirewallRule + type FirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type FirewallRulesClient struct + func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient + func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient + func (client FirewallRulesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result FirewallRule, err error) + func (client FirewallRulesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) CreateOrUpdateResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client FirewallRulesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FirewallRulesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result FirewallRule, err error) + func (client FirewallRulesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) GetResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) GetSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result FirewallRuleListResultPage, err error) + func (client FirewallRulesClient) ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string) (result FirewallRuleListResultIterator, err error) + func (client FirewallRulesClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client FirewallRulesClient) ListByAccountResponder(resp *http.Response) (result FirewallRuleListResult, err error) + func (client FirewallRulesClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result FirewallRule, err error) + func (client FirewallRulesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) UpdateResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) UpdateSender(req *http.Request) (*http.Response, error) + type FirewallState string + const FirewallStateDisabled + const FirewallStateEnabled + func PossibleFirewallStateValues() []FirewallState + type KeyVaultMetaInfo struct + EncryptionKeyName *string + EncryptionKeyVersion *string + KeyVaultResourceID *string + type LocationsClient struct + func NewLocationsClient(subscriptionID string) LocationsClient + func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient + func (client LocationsClient) GetCapability(ctx context.Context, location string) (result CapabilityInformation, err error) + func (client LocationsClient) GetCapabilityPreparer(ctx context.Context, location string) (*http.Request, error) + func (client LocationsClient) GetCapabilityResponder(resp *http.Response) (result CapabilityInformation, err error) + func (client LocationsClient) GetCapabilitySender(req *http.Request) (*http.Response, error) + type NameAvailabilityInformation struct + Message *string + NameAvailable *bool + Reason *string + type Operation struct + Display *OperationDisplay + Name *string + Origin OperationOrigin + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + type OperationOrigin string + const System + const User + const Usersystem + func PossibleOperationOriginValues() []OperationOrigin + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SubResource struct + ID *string + Name *string + Type *string + type SubscriptionState string + const SubscriptionStateDeleted + const SubscriptionStateRegistered + const SubscriptionStateSuspended + const SubscriptionStateUnregistered + const SubscriptionStateWarned + func PossibleSubscriptionStateValues() []SubscriptionState + type TierType string + const Commitment100TB + const Commitment10TB + const Commitment1PB + const Commitment1TB + const Commitment500TB + const Commitment5PB + const Consumption + func PossibleTierTypeValues() []TierType + type TrustedIDProvider struct + ID *string + Name *string + Type *string + func (tip *TrustedIDProvider) UnmarshalJSON(body []byte) error + func (tip TrustedIDProvider) MarshalJSON() ([]byte, error) + type TrustedIDProviderListResult struct + NextLink *string + Value *[]TrustedIDProvider + func (tiplr TrustedIDProviderListResult) IsEmpty() bool + type TrustedIDProviderListResultIterator struct + func NewTrustedIDProviderListResultIterator(page TrustedIDProviderListResultPage) TrustedIDProviderListResultIterator + func (iter *TrustedIDProviderListResultIterator) Next() error + func (iter *TrustedIDProviderListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter TrustedIDProviderListResultIterator) NotDone() bool + func (iter TrustedIDProviderListResultIterator) Response() TrustedIDProviderListResult + func (iter TrustedIDProviderListResultIterator) Value() TrustedIDProvider + type TrustedIDProviderListResultPage struct + func NewTrustedIDProviderListResultPage(...) TrustedIDProviderListResultPage + func (page *TrustedIDProviderListResultPage) Next() error + func (page *TrustedIDProviderListResultPage) NextWithContext(ctx context.Context) (err error) + func (page TrustedIDProviderListResultPage) NotDone() bool + func (page TrustedIDProviderListResultPage) Response() TrustedIDProviderListResult + func (page TrustedIDProviderListResultPage) Values() []TrustedIDProvider + type TrustedIDProviderProperties struct + IDProvider *string + type TrustedIDProviderState string + const TrustedIDProviderStateDisabled + const TrustedIDProviderStateEnabled + func PossibleTrustedIDProviderStateValues() []TrustedIDProviderState + type TrustedIDProvidersClient struct + func NewTrustedIDProvidersClient(subscriptionID string) TrustedIDProvidersClient + func NewTrustedIDProvidersClientWithBaseURI(baseURI string, subscriptionID string) TrustedIDProvidersClient + func (client TrustedIDProvidersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result TrustedIDProvider, err error) + func (client TrustedIDProvidersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TrustedIDProvidersClient) CreateOrUpdateResponder(resp *http.Response) (result TrustedIDProvider, err error) + func (client TrustedIDProvidersClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client TrustedIDProvidersClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client TrustedIDProvidersClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TrustedIDProvidersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TrustedIDProvidersClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client TrustedIDProvidersClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result TrustedIDProvider, err error) + func (client TrustedIDProvidersClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TrustedIDProvidersClient) GetResponder(resp *http.Response) (result TrustedIDProvider, err error) + func (client TrustedIDProvidersClient) GetSender(req *http.Request) (*http.Response, error) + func (client TrustedIDProvidersClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result TrustedIDProviderListResultPage, err error) + func (client TrustedIDProvidersClient) ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string) (result TrustedIDProviderListResultIterator, err error) + func (client TrustedIDProvidersClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client TrustedIDProvidersClient) ListByAccountResponder(resp *http.Response) (result TrustedIDProviderListResult, err error) + func (client TrustedIDProvidersClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client TrustedIDProvidersClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result TrustedIDProvider, err error) + func (client TrustedIDProvidersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TrustedIDProvidersClient) UpdateResponder(resp *http.Response) (result TrustedIDProvider, err error) + func (client TrustedIDProvidersClient) UpdateSender(req *http.Request) (*http.Response, error) + type UpdateDataLakeStoreAccountParameters struct + Tags map[string]*string + func (udlsap *UpdateDataLakeStoreAccountParameters) UnmarshalJSON(body []byte) error + func (udlsap UpdateDataLakeStoreAccountParameters) MarshalJSON() ([]byte, error) + 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 UpdateFirewallRuleParameters struct + func (ufrp *UpdateFirewallRuleParameters) UnmarshalJSON(body []byte) error + func (ufrp UpdateFirewallRuleParameters) MarshalJSON() ([]byte, error) + type UpdateFirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type UpdateFirewallRuleWithAccountParameters struct + Name *string + func (ufrwap *UpdateFirewallRuleWithAccountParameters) UnmarshalJSON(body []byte) error + func (ufrwap UpdateFirewallRuleWithAccountParameters) MarshalJSON() ([]byte, error) + type UpdateKeyVaultMetaInfo struct + EncryptionKeyVersion *string + type UpdateTrustedIDProviderParameters struct + func (utipp *UpdateTrustedIDProviderParameters) UnmarshalJSON(body []byte) error + func (utipp UpdateTrustedIDProviderParameters) MarshalJSON() ([]byte, error) + type UpdateTrustedIDProviderProperties struct + IDProvider *string + type UpdateTrustedIDProviderWithAccountParameters struct + Name *string + func (utipwap *UpdateTrustedIDProviderWithAccountParameters) UnmarshalJSON(body []byte) error + func (utipwap UpdateTrustedIDProviderWithAccountParameters) MarshalJSON() ([]byte, error) + type UpdateVirtualNetworkRuleParameters struct + func (uvnrp *UpdateVirtualNetworkRuleParameters) UnmarshalJSON(body []byte) error + func (uvnrp UpdateVirtualNetworkRuleParameters) MarshalJSON() ([]byte, error) + type UpdateVirtualNetworkRuleProperties struct + SubnetID *string + type UpdateVirtualNetworkRuleWithAccountParameters struct + Name *string + func (uvnrwap *UpdateVirtualNetworkRuleWithAccountParameters) UnmarshalJSON(body []byte) error + func (uvnrwap UpdateVirtualNetworkRuleWithAccountParameters) MarshalJSON() ([]byte, error) + type VirtualNetworkRule struct + ID *string + Name *string + Type *string + func (vnr *VirtualNetworkRule) UnmarshalJSON(body []byte) error + func (vnr VirtualNetworkRule) MarshalJSON() ([]byte, error) + type VirtualNetworkRuleListResult struct + NextLink *string + Value *[]VirtualNetworkRule + func (vnrlr VirtualNetworkRuleListResult) IsEmpty() bool + type VirtualNetworkRuleListResultIterator struct + func NewVirtualNetworkRuleListResultIterator(page VirtualNetworkRuleListResultPage) VirtualNetworkRuleListResultIterator + func (iter *VirtualNetworkRuleListResultIterator) Next() error + func (iter *VirtualNetworkRuleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualNetworkRuleListResultIterator) NotDone() bool + func (iter VirtualNetworkRuleListResultIterator) Response() VirtualNetworkRuleListResult + func (iter VirtualNetworkRuleListResultIterator) Value() VirtualNetworkRule + type VirtualNetworkRuleListResultPage struct + func NewVirtualNetworkRuleListResultPage(...) VirtualNetworkRuleListResultPage + func (page *VirtualNetworkRuleListResultPage) Next() error + func (page *VirtualNetworkRuleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualNetworkRuleListResultPage) NotDone() bool + func (page VirtualNetworkRuleListResultPage) Response() VirtualNetworkRuleListResult + func (page VirtualNetworkRuleListResultPage) Values() []VirtualNetworkRule + type VirtualNetworkRuleProperties struct + SubnetID *string + type VirtualNetworkRulesClient struct + func NewVirtualNetworkRulesClient(subscriptionID string) VirtualNetworkRulesClient + func NewVirtualNetworkRulesClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkRulesClient + func (client VirtualNetworkRulesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client VirtualNetworkRulesClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkRulesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client VirtualNetworkRulesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client VirtualNetworkRulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualNetworkRulesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkRulesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client VirtualNetworkRulesClient) GetResponder(resp *http.Response) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkRulesClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result VirtualNetworkRuleListResultPage, err error) + func (client VirtualNetworkRulesClient) ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string) (result VirtualNetworkRuleListResultIterator, err error) + func (client VirtualNetworkRulesClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client VirtualNetworkRulesClient) ListByAccountResponder(resp *http.Response) (result VirtualNetworkRuleListResult, err error) + func (client VirtualNetworkRulesClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkRulesClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client VirtualNetworkRulesClient) UpdateResponder(resp *http.Response) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) UpdateSender(req *http.Request) (*http.Response, error) Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 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