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 PossibleValuesForAllowedMethods() []string + type AllowedMethods string + const AllowedMethodsCONNECT + const AllowedMethodsDELETE + const AllowedMethodsGET + const AllowedMethodsHEAD + const AllowedMethodsMERGE + const AllowedMethodsOPTIONS + const AllowedMethodsPATCH + const AllowedMethodsPOST + const AllowedMethodsPUT + const AllowedMethodsTRACE + func (s *AllowedMethods) UnmarshalJSON(bytes []byte) error + type CorsRule struct + AllowedHeaders []string + AllowedMethods []AllowedMethods + AllowedOrigins []string + ExposedHeaders []string + MaxAgeInSeconds int64 + type CorsRules struct + CorsRules *[]CorsRule + type ListTableServices struct + Value *[]TableServiceProperties + type TableServiceProperties struct + Id *string + Name *string + Properties *TableServicePropertiesProperties + Type *string + type TableServicePropertiesClient struct + Client *resourcemanager.Client + func NewTableServicePropertiesClientWithBaseURI(sdkApi sdkEnv.Api) (*TableServicePropertiesClient, error) + func (c TableServicePropertiesClient) TableServicesGetServiceProperties(ctx context.Context, id commonids.StorageAccountId) (result TableServicesGetServicePropertiesOperationResponse, err error) + func (c TableServicePropertiesClient) TableServicesList(ctx context.Context, id commonids.StorageAccountId) (result TableServicesListOperationResponse, err error) + func (c TableServicePropertiesClient) TableServicesSetServiceProperties(ctx context.Context, id commonids.StorageAccountId, ...) (result TableServicesSetServicePropertiesOperationResponse, err error) + type TableServicePropertiesProperties struct + Cors *CorsRules + type TableServicesGetServicePropertiesOperationResponse struct + HttpResponse *http.Response + Model *TableServiceProperties + OData *odata.OData + type TableServicesListOperationResponse struct + HttpResponse *http.Response + Model *ListTableServices + OData *odata.OData + type TableServicesSetServicePropertiesOperationResponse struct + HttpResponse *http.Response + Model *TableServiceProperties + OData *odata.OData