tenantconfiguration

package
v0.20220627.1082008 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2022 License: MPL-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

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

type ConfigurationList

type ConfigurationList struct {
	NextLink *string          `json:"nextLink,omitempty"`
	Value    *[]Configuration `json:"value,omitempty"`
}

type ConfigurationProperties

type ConfigurationProperties struct {
	EnforcePrivateMarkdownStorage *bool `json:"enforcePrivateMarkdownStorage,omitempty"`
}

type TenantConfigurationClient

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

func NewTenantConfigurationClientWithBaseURI

func NewTenantConfigurationClientWithBaseURI(endpoint string) TenantConfigurationClient

func (TenantConfigurationClient) TenantConfigurationsCreate

func (c TenantConfigurationClient) TenantConfigurationsCreate(ctx context.Context, input Configuration) (result TenantConfigurationsCreateOperationResponse, err error)

TenantConfigurationsCreate ...

func (TenantConfigurationClient) TenantConfigurationsDelete

func (c TenantConfigurationClient) TenantConfigurationsDelete(ctx context.Context) (result TenantConfigurationsDeleteOperationResponse, err error)

TenantConfigurationsDelete ...

func (TenantConfigurationClient) TenantConfigurationsGet

func (c TenantConfigurationClient) TenantConfigurationsGet(ctx context.Context) (result TenantConfigurationsGetOperationResponse, err error)

TenantConfigurationsGet ...

func (TenantConfigurationClient) TenantConfigurationsList

func (c TenantConfigurationClient) TenantConfigurationsList(ctx context.Context) (result TenantConfigurationsListOperationResponse, err error)

TenantConfigurationsList ...

type TenantConfigurationsCreateOperationResponse

type TenantConfigurationsCreateOperationResponse struct {
	HttpResponse *http.Response
	Model        *Configuration
}

type TenantConfigurationsDeleteOperationResponse

type TenantConfigurationsDeleteOperationResponse struct {
	HttpResponse *http.Response
}

type TenantConfigurationsGetOperationResponse

type TenantConfigurationsGetOperationResponse struct {
	HttpResponse *http.Response
	Model        *Configuration
}

type TenantConfigurationsListOperationResponse

type TenantConfigurationsListOperationResponse struct {
	HttpResponse *http.Response
	Model        *ConfigurationList
}

Jump to

Keyboard shortcuts

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