Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type ACLAction string + const ACLActionAllow + const ACLActionDeny + func PossibleACLActionValues() []ACLAction + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Client struct + func NewClient(subscriptionID string) Client + func NewClientWithBaseURI(baseURI string, subscriptionID string) Client + func (client Client) CheckNameAvailability(ctx context.Context, location string, parameters NameAvailabilityParameters) (result NameAvailability, err error) + func (client Client) CheckNameAvailabilityPreparer(ctx context.Context, location string, parameters NameAvailabilityParameters) (*http.Request, error) + func (client Client) CheckNameAvailabilityResponder(resp *http.Response) (result NameAvailability, err error) + func (client Client) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client Client) CreateOrUpdate(ctx context.Context, parameters ResourceType, resourceGroupName string, ...) (result CreateOrUpdateFuture, err error) + func (client Client) CreateOrUpdatePreparer(ctx context.Context, parameters ResourceType, resourceGroupName string, ...) (*http.Request, error) + func (client Client) CreateOrUpdateResponder(resp *http.Response) (result ResourceType, err error) + func (client Client) CreateOrUpdateSender(req *http.Request) (future CreateOrUpdateFuture, err error) + func (client Client) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result DeleteFuture, err error) + func (client Client) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client Client) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) DeleteSender(req *http.Request) (future DeleteFuture, err error) + func (client Client) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ResourceType, err error) + func (client Client) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client Client) GetResponder(resp *http.Response) (result ResourceType, err error) + func (client Client) GetSender(req *http.Request) (*http.Response, error) + func (client Client) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ResourceListPage, err error) + func (client Client) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ResourceListIterator, err error) + func (client Client) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client Client) ListByResourceGroupResponder(resp *http.Response) (result ResourceList, err error) + func (client Client) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client Client) ListBySubscription(ctx context.Context) (result ResourceListPage, err error) + func (client Client) ListBySubscriptionComplete(ctx context.Context) (result ResourceListIterator, err error) + func (client Client) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client Client) ListBySubscriptionResponder(resp *http.Response) (result ResourceList, err error) + func (client Client) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client Client) ListKeys(ctx context.Context, resourceGroupName string, resourceName string) (result Keys, err error) + func (client Client) ListKeysPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client Client) ListKeysResponder(resp *http.Response) (result Keys, err error) + func (client Client) ListKeysSender(req *http.Request) (*http.Response, error) + func (client Client) RegenerateKey(ctx context.Context, parameters RegenerateKeyParameters, ...) (result RegenerateKeyFuture, err error) + func (client Client) RegenerateKeyPreparer(ctx context.Context, parameters RegenerateKeyParameters, ...) (*http.Request, error) + func (client Client) RegenerateKeyResponder(resp *http.Response) (result Keys, err error) + func (client Client) RegenerateKeySender(req *http.Request) (future RegenerateKeyFuture, err error) + func (client Client) Restart(ctx context.Context, resourceGroupName string, resourceName string) (result RestartFuture, err error) + func (client Client) RestartPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client Client) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) RestartSender(req *http.Request) (future RestartFuture, err error) + func (client Client) Update(ctx context.Context, parameters ResourceType, resourceGroupName string, ...) (result UpdateFuture, err error) + func (client Client) UpdatePreparer(ctx context.Context, parameters ResourceType, resourceGroupName string, ...) (*http.Request, error) + func (client Client) UpdateResponder(resp *http.Response) (result ResourceType, err error) + func (client Client) UpdateSender(req *http.Request) (future UpdateFuture, err error) + type CreateOrUpdateFuture struct + Result func(Client) (ResourceType, error) + func (future *CreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type DeleteFuture struct + Result func(Client) (autorest.Response, error) + func (future *DeleteFuture) UnmarshalJSON(body []byte) error + type DiagnosticConfiguration struct + EnableConnectivityLogs *string + EnableLiveTrace *string + EnableMessagingLogs *string + type Dimension struct + DisplayName *string + InternalName *string + Name *string + ToBeExportedForShoebox *bool + type ErrorAdditionalInfo struct + Info interface{} + Type *string + func (eai ErrorAdditionalInfo) MarshalJSON() ([]byte, error) + type ErrorDetail struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorDetail + Message *string + Target *string + func (ed ErrorDetail) MarshalJSON() ([]byte, error) + type ErrorResponse struct + Error *ErrorDetail + type EventHandlerSettings struct + Items map[string][]EventHandlerTemplate + func (ehs EventHandlerSettings) MarshalJSON() ([]byte, error) + type EventHandlerTemplate struct + Auth *UpstreamAuthSettings + SystemEventPattern *string + URLTemplate *string + UserEventPattern *string + type KeyType string + const KeyTypePrimary + const KeyTypeSecondary + func PossibleKeyTypeValues() []KeyType + type Keys struct + PrimaryConnectionString *string + PrimaryKey *string + SecondaryConnectionString *string + SecondaryKey *string + type LogSpecification struct + DisplayName *string + Name *string + type ManagedIdentity struct + PrincipalID *string + TenantID *string + Type ManagedIdentityType + UserAssignedIdentities map[string]*UserAssignedIdentityProperty + func (mi ManagedIdentity) MarshalJSON() ([]byte, error) + type ManagedIdentitySettings struct + Resource *string + type ManagedIdentityType string + const ManagedIdentityTypeNone + const ManagedIdentityTypeSystemAssigned + const ManagedIdentityTypeUserAssigned + func PossibleManagedIdentityTypeValues() []ManagedIdentityType + type MetricSpecification struct + AggregationType *string + Category *string + Dimensions *[]Dimension + DisplayDescription *string + DisplayName *string + FillGapWithZero *string + Name *string + Unit *string + type NameAvailability struct + Message *string + NameAvailable *bool + Reason *string + type NameAvailabilityParameters struct + Name *string + Type *string + type NetworkACL struct + Allow *[]RequestType + Deny *[]RequestType + type NetworkACLs struct + DefaultAction ACLAction + PrivateEndpoints *[]PrivateEndpointACL + PublicNetwork *NetworkACL + type Operation struct + Display *OperationDisplay + IsDataAction *bool + Name *string + Origin *string + Properties *OperationProperties + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationList struct + NextLink *string + Value *[]Operation + func (ol OperationList) IsEmpty() bool + type OperationListIterator struct + func NewOperationListIterator(page OperationListPage) OperationListIterator + func (iter *OperationListIterator) Next() error + func (iter *OperationListIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListIterator) NotDone() bool + func (iter OperationListIterator) Response() OperationList + func (iter OperationListIterator) Value() Operation + type OperationListPage struct + func NewOperationListPage(cur OperationList, ...) OperationListPage + func (page *OperationListPage) Next() error + func (page *OperationListPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListPage) NotDone() bool + func (page OperationListPage) Response() OperationList + func (page OperationListPage) Values() []Operation + type OperationProperties struct + ServiceSpecification *ServiceSpecification + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationList, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PrivateEndpoint struct + ID *string + type PrivateEndpointACL struct + Allow *[]RequestType + Deny *[]RequestType + Name *string + type PrivateEndpointConnection struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionList struct + NextLink *string + Value *[]PrivateEndpointConnection + func (pecl PrivateEndpointConnectionList) IsEmpty() bool + type PrivateEndpointConnectionListIterator struct + func NewPrivateEndpointConnectionListIterator(page PrivateEndpointConnectionListPage) PrivateEndpointConnectionListIterator + func (iter *PrivateEndpointConnectionListIterator) Next() error + func (iter *PrivateEndpointConnectionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateEndpointConnectionListIterator) NotDone() bool + func (iter PrivateEndpointConnectionListIterator) Response() PrivateEndpointConnectionList + func (iter PrivateEndpointConnectionListIterator) Value() PrivateEndpointConnection + type PrivateEndpointConnectionListPage struct + func NewPrivateEndpointConnectionListPage(cur PrivateEndpointConnectionList, ...) PrivateEndpointConnectionListPage + func (page *PrivateEndpointConnectionListPage) Next() error + func (page *PrivateEndpointConnectionListPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateEndpointConnectionListPage) NotDone() bool + func (page PrivateEndpointConnectionListPage) Response() PrivateEndpointConnectionList + func (page PrivateEndpointConnectionListPage) Values() []PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState ProvisioningState + func (pecp PrivateEndpointConnectionProperties) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, privateEndpointConnectionName string, ...) (result PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, privateEndpointConnectionName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (future PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, privateEndpointConnectionName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, privateEndpointConnectionName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result PrivateEndpointConnectionListPage, err error) + func (client PrivateEndpointConnectionsClient) ListComplete(ctx context.Context, resourceGroupName string, resourceName string) (result PrivateEndpointConnectionListIterator, err error) + func (client PrivateEndpointConnectionsClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListResponder(resp *http.Response) (result PrivateEndpointConnectionList, err error) + func (client PrivateEndpointConnectionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) Update(ctx context.Context, privateEndpointConnectionName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) UpdatePreparer(ctx context.Context, privateEndpointConnectionName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) UpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) UpdateSender(req *http.Request) (*http.Response, error) + type PrivateEndpointConnectionsDeleteFuture struct + Result func(PrivateEndpointConnectionsClient) (autorest.Response, error) + func (future *PrivateEndpointConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type PrivateLinkResource struct + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceList struct + NextLink *string + Value *[]PrivateLinkResource + func (plrl PrivateLinkResourceList) IsEmpty() bool + type PrivateLinkResourceListIterator struct + func NewPrivateLinkResourceListIterator(page PrivateLinkResourceListPage) PrivateLinkResourceListIterator + func (iter *PrivateLinkResourceListIterator) Next() error + func (iter *PrivateLinkResourceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateLinkResourceListIterator) NotDone() bool + func (iter PrivateLinkResourceListIterator) Response() PrivateLinkResourceList + func (iter PrivateLinkResourceListIterator) Value() PrivateLinkResource + type PrivateLinkResourceListPage struct + func NewPrivateLinkResourceListPage(cur PrivateLinkResourceList, ...) PrivateLinkResourceListPage + func (page *PrivateLinkResourceListPage) Next() error + func (page *PrivateLinkResourceListPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateLinkResourceListPage) NotDone() bool + func (page PrivateLinkResourceListPage) Response() PrivateLinkResourceList + func (page PrivateLinkResourceListPage) Values() []PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + ShareablePrivateLinkResourceTypes *[]ShareablePrivateLinkResourceType + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result PrivateLinkResourceListPage, err error) + func (client PrivateLinkResourcesClient) ListComplete(ctx context.Context, resourceGroupName string, resourceName string) (result PrivateLinkResourceListIterator, err error) + func (client PrivateLinkResourcesClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListResponder(resp *http.Response) (result PrivateLinkResourceList, err error) + func (client PrivateLinkResourcesClient) ListSender(req *http.Request) (*http.Response, error) + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status PrivateLinkServiceConnectionStatus + type PrivateLinkServiceConnectionStatus string + const PrivateLinkServiceConnectionStatusApproved + const PrivateLinkServiceConnectionStatusDisconnected + const PrivateLinkServiceConnectionStatusPending + const PrivateLinkServiceConnectionStatusRejected + func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus + type Properties struct + DiagnosticConfiguration *DiagnosticConfiguration + DisableAadAuth *bool + DisableLocalAuth *bool + EventHandler *EventHandlerSettings + ExternalIP *string + HostName *string + NetworkACLs *NetworkACLs + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState ProvisioningState + PublicNetworkAccess *string + PublicPort *int32 + ServerPort *int32 + SharedPrivateLinkResources *[]SharedPrivateLinkResource + TLS *TLSSettings + Version *string + func (p Properties) MarshalJSON() ([]byte, error) + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStateRunning + const ProvisioningStateSucceeded + const ProvisioningStateUnknown + const ProvisioningStateUpdating + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type RegenerateKeyFuture struct + Result func(Client) (Keys, error) + func (future *RegenerateKeyFuture) UnmarshalJSON(body []byte) error + type RegenerateKeyParameters struct + KeyType KeyType + type RequestType string + const RequestTypeClientConnection + const RequestTypeRESTAPI + const RequestTypeServerConnection + const RequestTypeTrace + func PossibleRequestTypeValues() []RequestType + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceList struct + NextLink *string + Value *[]ResourceType + func (rl ResourceList) IsEmpty() bool + type ResourceListIterator struct + func NewResourceListIterator(page ResourceListPage) ResourceListIterator + func (iter *ResourceListIterator) Next() error + func (iter *ResourceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceListIterator) NotDone() bool + func (iter ResourceListIterator) Response() ResourceList + func (iter ResourceListIterator) Value() ResourceType + type ResourceListPage struct + func NewResourceListPage(cur ResourceList, ...) ResourceListPage + func (page *ResourceListPage) Next() error + func (page *ResourceListPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceListPage) NotDone() bool + func (page ResourceListPage) Response() ResourceList + func (page ResourceListPage) Values() []ResourceType + type ResourceSku struct + Capacity *int32 + Family *string + Name *string + Size *string + Tier SkuTier + func (rs ResourceSku) MarshalJSON() ([]byte, error) + type ResourceType struct + ID *string + Identity *ManagedIdentity + Location *string + Name *string + Sku *ResourceSku + SystemData *SystemData + Tags map[string]*string + Type *string + func (rt *ResourceType) UnmarshalJSON(body []byte) error + func (rt ResourceType) MarshalJSON() ([]byte, error) + type RestartFuture struct + Result func(Client) (autorest.Response, error) + func (future *RestartFuture) UnmarshalJSON(body []byte) error + type ServiceSpecification struct + LogSpecifications *[]LogSpecification + MetricSpecifications *[]MetricSpecification + type ShareablePrivateLinkResourceProperties struct + Description *string + GroupID *string + Type *string + type ShareablePrivateLinkResourceType struct + Name *string + Properties *ShareablePrivateLinkResourceProperties + type SharedPrivateLinkResource struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (splr *SharedPrivateLinkResource) UnmarshalJSON(body []byte) error + func (splr SharedPrivateLinkResource) MarshalJSON() ([]byte, error) + type SharedPrivateLinkResourceList struct + NextLink *string + Value *[]SharedPrivateLinkResource + func (splrl SharedPrivateLinkResourceList) IsEmpty() bool + type SharedPrivateLinkResourceListIterator struct + func NewSharedPrivateLinkResourceListIterator(page SharedPrivateLinkResourceListPage) SharedPrivateLinkResourceListIterator + func (iter *SharedPrivateLinkResourceListIterator) Next() error + func (iter *SharedPrivateLinkResourceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter SharedPrivateLinkResourceListIterator) NotDone() bool + func (iter SharedPrivateLinkResourceListIterator) Response() SharedPrivateLinkResourceList + func (iter SharedPrivateLinkResourceListIterator) Value() SharedPrivateLinkResource + type SharedPrivateLinkResourceListPage struct + func NewSharedPrivateLinkResourceListPage(cur SharedPrivateLinkResourceList, ...) SharedPrivateLinkResourceListPage + func (page *SharedPrivateLinkResourceListPage) Next() error + func (page *SharedPrivateLinkResourceListPage) NextWithContext(ctx context.Context) (err error) + func (page SharedPrivateLinkResourceListPage) NotDone() bool + func (page SharedPrivateLinkResourceListPage) Response() SharedPrivateLinkResourceList + func (page SharedPrivateLinkResourceListPage) Values() []SharedPrivateLinkResource + type SharedPrivateLinkResourceProperties struct + GroupID *string + PrivateLinkResourceID *string + ProvisioningState ProvisioningState + RequestMessage *string + Status SharedPrivateLinkResourceStatus + func (splrp SharedPrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type SharedPrivateLinkResourceStatus string + const SharedPrivateLinkResourceStatusApproved + const SharedPrivateLinkResourceStatusDisconnected + const SharedPrivateLinkResourceStatusPending + const SharedPrivateLinkResourceStatusRejected + const SharedPrivateLinkResourceStatusTimeout + func PossibleSharedPrivateLinkResourceStatusValues() []SharedPrivateLinkResourceStatus + type SharedPrivateLinkResourcesClient struct + func NewSharedPrivateLinkResourcesClient(subscriptionID string) SharedPrivateLinkResourcesClient + func NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) SharedPrivateLinkResourcesClient + func (client SharedPrivateLinkResourcesClient) CreateOrUpdate(ctx context.Context, sharedPrivateLinkResourceName string, ...) (result SharedPrivateLinkResourcesCreateOrUpdateFuture, err error) + func (client SharedPrivateLinkResourcesClient) CreateOrUpdatePreparer(ctx context.Context, sharedPrivateLinkResourceName string, ...) (*http.Request, error) + func (client SharedPrivateLinkResourcesClient) CreateOrUpdateResponder(resp *http.Response) (result SharedPrivateLinkResource, err error) + func (client SharedPrivateLinkResourcesClient) CreateOrUpdateSender(req *http.Request) (future SharedPrivateLinkResourcesCreateOrUpdateFuture, err error) + func (client SharedPrivateLinkResourcesClient) Delete(ctx context.Context, sharedPrivateLinkResourceName string, ...) (result SharedPrivateLinkResourcesDeleteFuture, err error) + func (client SharedPrivateLinkResourcesClient) DeletePreparer(ctx context.Context, sharedPrivateLinkResourceName string, ...) (*http.Request, error) + func (client SharedPrivateLinkResourcesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client SharedPrivateLinkResourcesClient) DeleteSender(req *http.Request) (future SharedPrivateLinkResourcesDeleteFuture, err error) + func (client SharedPrivateLinkResourcesClient) Get(ctx context.Context, sharedPrivateLinkResourceName string, ...) (result SharedPrivateLinkResource, err error) + func (client SharedPrivateLinkResourcesClient) GetPreparer(ctx context.Context, sharedPrivateLinkResourceName string, ...) (*http.Request, error) + func (client SharedPrivateLinkResourcesClient) GetResponder(resp *http.Response) (result SharedPrivateLinkResource, err error) + func (client SharedPrivateLinkResourcesClient) GetSender(req *http.Request) (*http.Response, error) + func (client SharedPrivateLinkResourcesClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result SharedPrivateLinkResourceListPage, err error) + func (client SharedPrivateLinkResourcesClient) ListComplete(ctx context.Context, resourceGroupName string, resourceName string) (result SharedPrivateLinkResourceListIterator, err error) + func (client SharedPrivateLinkResourcesClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client SharedPrivateLinkResourcesClient) ListResponder(resp *http.Response) (result SharedPrivateLinkResourceList, err error) + func (client SharedPrivateLinkResourcesClient) ListSender(req *http.Request) (*http.Response, error) + type SharedPrivateLinkResourcesCreateOrUpdateFuture struct + Result func(SharedPrivateLinkResourcesClient) (SharedPrivateLinkResource, error) + func (future *SharedPrivateLinkResourcesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type SharedPrivateLinkResourcesDeleteFuture struct + Result func(SharedPrivateLinkResourcesClient) (autorest.Response, error) + func (future *SharedPrivateLinkResourcesDeleteFuture) UnmarshalJSON(body []byte) error + type SignalRServiceUsage struct + CurrentValue *int64 + ID *string + Limit *int64 + Name *SignalRServiceUsageName + Unit *string + type SignalRServiceUsageList struct + NextLink *string + Value *[]SignalRServiceUsage + func (srsul SignalRServiceUsageList) IsEmpty() bool + type SignalRServiceUsageListIterator struct + func NewSignalRServiceUsageListIterator(page SignalRServiceUsageListPage) SignalRServiceUsageListIterator + func (iter *SignalRServiceUsageListIterator) Next() error + func (iter *SignalRServiceUsageListIterator) NextWithContext(ctx context.Context) (err error) + func (iter SignalRServiceUsageListIterator) NotDone() bool + func (iter SignalRServiceUsageListIterator) Response() SignalRServiceUsageList + func (iter SignalRServiceUsageListIterator) Value() SignalRServiceUsage + type SignalRServiceUsageListPage struct + func NewSignalRServiceUsageListPage(cur SignalRServiceUsageList, ...) SignalRServiceUsageListPage + func (page *SignalRServiceUsageListPage) Next() error + func (page *SignalRServiceUsageListPage) NextWithContext(ctx context.Context) (err error) + func (page SignalRServiceUsageListPage) NotDone() bool + func (page SignalRServiceUsageListPage) Response() SignalRServiceUsageList + func (page SignalRServiceUsageListPage) Values() []SignalRServiceUsage + type SignalRServiceUsageName struct + LocalizedValue *string + Value *string + type SkuTier string + const SkuTierBasic + const SkuTierFree + const SkuTierPremium + const SkuTierStandard + func PossibleSkuTierValues() []SkuTier + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType CreatedByType + type TLSSettings struct + ClientCertEnabled *bool + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type UpdateFuture struct + Result func(Client) (ResourceType, error) + func (future *UpdateFuture) UnmarshalJSON(body []byte) error + type UpstreamAuthSettings struct + ManagedIdentity *ManagedIdentitySettings + Type UpstreamAuthType + type UpstreamAuthType string + const UpstreamAuthTypeManagedIdentity + const UpstreamAuthTypeNone + func PossibleUpstreamAuthTypeValues() []UpstreamAuthType + type UsagesClient struct + func NewUsagesClient(subscriptionID string) UsagesClient + func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient + func (client UsagesClient) List(ctx context.Context, location string) (result SignalRServiceUsageListPage, err error) + func (client UsagesClient) ListComplete(ctx context.Context, location string) (result SignalRServiceUsageListIterator, err error) + func (client UsagesClient) ListPreparer(ctx context.Context, location string) (*http.Request, error) + func (client UsagesClient) ListResponder(resp *http.Response) (result SignalRServiceUsageList, err error) + func (client UsagesClient) ListSender(req *http.Request) (*http.Response, error) + type UserAssignedIdentityProperty struct + ClientID *string + PrincipalID *string + func (uaip UserAssignedIdentityProperty) MarshalJSON() ([]byte, error)