tableserviceproperties

package
v0.20230823.1052657 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/storage/2022-05-01/tableserviceproperties Documentation

The tableserviceproperties SDK allows for interaction with the Azure Resource Manager Service storage (API Version 2022-05-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2022-05-01/tableserviceproperties"

Client Initialization

client := tableserviceproperties.NewTableServicePropertiesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: TableServicePropertiesClient.TableServicesGetServiceProperties

ctx := context.TODO()
id := tableserviceproperties.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue")

read, err := client.TableServicesGetServiceProperties(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: TableServicePropertiesClient.TableServicesList

ctx := context.TODO()
id := tableserviceproperties.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue")

read, err := client.TableServicesList(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: TableServicePropertiesClient.TableServicesSetServiceProperties

ctx := context.TODO()
id := tableserviceproperties.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue")

payload := tableserviceproperties.TableServiceProperties{
	// ...
}


read, err := client.TableServicesSetServiceProperties(ctx, id, payload)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForAllowedMethods

func PossibleValuesForAllowedMethods() []string

Types

type AllowedMethods

type AllowedMethods string
const (
	AllowedMethodsDELETE  AllowedMethods = "DELETE"
	AllowedMethodsGET     AllowedMethods = "GET"
	AllowedMethodsHEAD    AllowedMethods = "HEAD"
	AllowedMethodsMERGE   AllowedMethods = "MERGE"
	AllowedMethodsOPTIONS AllowedMethods = "OPTIONS"
	AllowedMethodsPATCH   AllowedMethods = "PATCH"
	AllowedMethodsPOST    AllowedMethods = "POST"
	AllowedMethodsPUT     AllowedMethods = "PUT"
)

type CorsRule

type CorsRule struct {
	AllowedHeaders  []string         `json:"allowedHeaders"`
	AllowedMethods  []AllowedMethods `json:"allowedMethods"`
	AllowedOrigins  []string         `json:"allowedOrigins"`
	ExposedHeaders  []string         `json:"exposedHeaders"`
	MaxAgeInSeconds int64            `json:"maxAgeInSeconds"`
}

type CorsRules

type CorsRules struct {
	CorsRules *[]CorsRule `json:"corsRules,omitempty"`
}

type ListTableServices

type ListTableServices struct {
	Value *[]TableServiceProperties `json:"value,omitempty"`
}

type TableServiceProperties

type TableServiceProperties struct {
	Id         *string                           `json:"id,omitempty"`
	Name       *string                           `json:"name,omitempty"`
	Properties *TableServicePropertiesProperties `json:"properties,omitempty"`
	Type       *string                           `json:"type,omitempty"`
}

type TableServicePropertiesClient

type TableServicePropertiesClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewTableServicePropertiesClientWithBaseURI

func NewTableServicePropertiesClientWithBaseURI(endpoint string) TableServicePropertiesClient

func (TableServicePropertiesClient) TableServicesGetServiceProperties

TableServicesGetServiceProperties ...

func (TableServicePropertiesClient) TableServicesList

TableServicesList ...

func (TableServicePropertiesClient) TableServicesSetServiceProperties

TableServicesSetServiceProperties ...

type TableServicePropertiesProperties

type TableServicePropertiesProperties struct {
	Cors *CorsRules `json:"cors,omitempty"`
}

type TableServicesGetServicePropertiesOperationResponse

type TableServicesGetServicePropertiesOperationResponse struct {
	HttpResponse *http.Response
	Model        *TableServiceProperties
}

type TableServicesListOperationResponse

type TableServicesListOperationResponse struct {
	HttpResponse *http.Response
	Model        *ListTableServices
}

type TableServicesSetServicePropertiesOperationResponse

type TableServicesSetServicePropertiesOperationResponse struct {
	HttpResponse *http.Response
	Model        *TableServiceProperties
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL