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 PossibleValuesForServiceSize() []string + func PossibleValuesForServiceStatus() []string + func PossibleValuesForServiceType() []string + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type BaseServiceResourcePropertiesImpl struct + CreationTime *string + InstanceCount *int64 + InstanceSize *ServiceSize + ServiceType ServiceType + Status *ServiceStatus + func (s BaseServiceResourcePropertiesImpl) ServiceResourceProperties() BaseServiceResourcePropertiesImpl + type DataTransferServiceResourceProperties struct + CreationTime *string + InstanceCount *int64 + InstanceSize *ServiceSize + Locations *[]RegionalServiceResource + ServiceType ServiceType + Status *ServiceStatus + func (o *DataTransferServiceResourceProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *DataTransferServiceResourceProperties) SetCreationTimeAsTime(input time.Time) + func (s DataTransferServiceResourceProperties) MarshalJSON() ([]byte, error) + func (s DataTransferServiceResourceProperties) ServiceResourceProperties() BaseServiceResourcePropertiesImpl + type GraphAPIComputeRegionalServiceResource struct + GraphApiComputeEndpoint *string + Location *string + Name *string + Status *ServiceStatus + type GraphAPIComputeServiceResourceProperties struct + CreationTime *string + GraphApiComputeEndpoint *string + InstanceCount *int64 + InstanceSize *ServiceSize + Locations *[]GraphAPIComputeRegionalServiceResource + ServiceType ServiceType + Status *ServiceStatus + func (o *GraphAPIComputeServiceResourceProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *GraphAPIComputeServiceResourceProperties) SetCreationTimeAsTime(input time.Time) + func (s GraphAPIComputeServiceResourceProperties) MarshalJSON() ([]byte, error) + func (s GraphAPIComputeServiceResourceProperties) ServiceResourceProperties() BaseServiceResourcePropertiesImpl + type MaterializedViewsBuilderServiceResourceProperties struct + CreationTime *string + InstanceCount *int64 + InstanceSize *ServiceSize + Locations *[]RegionalServiceResource + ServiceType ServiceType + Status *ServiceStatus + func (o *MaterializedViewsBuilderServiceResourceProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *MaterializedViewsBuilderServiceResourceProperties) SetCreationTimeAsTime(input time.Time) + func (s MaterializedViewsBuilderServiceResourceProperties) MarshalJSON() ([]byte, error) + func (s MaterializedViewsBuilderServiceResourceProperties) ServiceResourceProperties() BaseServiceResourcePropertiesImpl + type RawServiceResourcePropertiesImpl struct + Type string + Values map[string]interface{} + func (s RawServiceResourcePropertiesImpl) ServiceResourceProperties() BaseServiceResourcePropertiesImpl + type RegionalServiceResource struct + Location *string + Name *string + Status *ServiceStatus + type ServiceCreateOperationResponse struct + HttpResponse *http.Response + Model *ServiceResource + OData *odata.OData + Poller pollers.Poller + type ServiceDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ServiceGetOperationResponse struct + HttpResponse *http.Response + Model *ServiceResource + OData *odata.OData + type ServiceId struct + DatabaseAccountName string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, databaseAccountName string, ...) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type ServiceResource struct + Id *string + Name *string + Properties ServiceResourceProperties + Type *string + func (s *ServiceResource) UnmarshalJSON(bytes []byte) error + type ServiceResourceCreateUpdateParameters struct + Properties *ServiceResourceCreateUpdateProperties + type ServiceResourceCreateUpdateProperties struct + InstanceCount *int64 + InstanceSize *ServiceSize + ServiceType *ServiceType + type ServiceResourceProperties interface + ServiceResourceProperties func() BaseServiceResourcePropertiesImpl + func UnmarshalServiceResourcePropertiesImplementation(input []byte) (ServiceResourceProperties, error) + type ServiceSize string + const ServiceSizeCosmosPointDEights + const ServiceSizeCosmosPointDFours + const ServiceSizeCosmosPointDOneSixs + func (s *ServiceSize) UnmarshalJSON(bytes []byte) error + type ServiceStatus string + const ServiceStatusCreating + const ServiceStatusDeleting + const ServiceStatusError + const ServiceStatusRunning + const ServiceStatusStopped + const ServiceStatusUpdating + func (s *ServiceStatus) UnmarshalJSON(bytes []byte) error + type ServiceType string + const ServiceTypeDataTransfer + const ServiceTypeGraphAPICompute + const ServiceTypeMaterializedViewsBuilder + const ServiceTypeSqlDedicatedGateway + func (s *ServiceType) UnmarshalJSON(bytes []byte) error + type SqlDedicatedGatewayClient struct + Client *resourcemanager.Client + func NewSqlDedicatedGatewayClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlDedicatedGatewayClient, error) + func (c SqlDedicatedGatewayClient) ServiceCreate(ctx context.Context, id ServiceId, input ServiceResourceCreateUpdateParameters) (result ServiceCreateOperationResponse, err error) + func (c SqlDedicatedGatewayClient) ServiceCreateThenPoll(ctx context.Context, id ServiceId, input ServiceResourceCreateUpdateParameters) error + func (c SqlDedicatedGatewayClient) ServiceDelete(ctx context.Context, id ServiceId) (result ServiceDeleteOperationResponse, err error) + func (c SqlDedicatedGatewayClient) ServiceDeleteThenPoll(ctx context.Context, id ServiceId) error + func (c SqlDedicatedGatewayClient) ServiceGet(ctx context.Context, id ServiceId) (result ServiceGetOperationResponse, err error) + type SqlDedicatedGatewayRegionalServiceResource struct + Location *string + Name *string + SqlDedicatedGatewayEndpoint *string + Status *ServiceStatus + type SqlDedicatedGatewayServiceResourceProperties struct + CreationTime *string + InstanceCount *int64 + InstanceSize *ServiceSize + Locations *[]SqlDedicatedGatewayRegionalServiceResource + ServiceType ServiceType + SqlDedicatedGatewayEndpoint *string + Status *ServiceStatus + func (o *SqlDedicatedGatewayServiceResourceProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *SqlDedicatedGatewayServiceResourceProperties) SetCreationTimeAsTime(input time.Time) + func (s SqlDedicatedGatewayServiceResourceProperties) MarshalJSON() ([]byte, error) + func (s SqlDedicatedGatewayServiceResourceProperties) ServiceResourceProperties() BaseServiceResourcePropertiesImpl