Documentation ¶
Index ¶
- type Configuration
- type ConfigurationList
- type ConfigurationProperties
- type TenantConfigurationClient
- func (c TenantConfigurationClient) TenantConfigurationsCreate(ctx context.Context, input Configuration) (result TenantConfigurationsCreateOperationResponse, err error)
- func (c TenantConfigurationClient) TenantConfigurationsDelete(ctx context.Context) (result TenantConfigurationsDeleteOperationResponse, err error)
- func (c TenantConfigurationClient) TenantConfigurationsGet(ctx context.Context) (result TenantConfigurationsGetOperationResponse, err error)
- func (c TenantConfigurationClient) TenantConfigurationsList(ctx context.Context) (result TenantConfigurationsListOperationResponse, err error)
- type TenantConfigurationsCreateOperationResponse
- type TenantConfigurationsDeleteOperationResponse
- type TenantConfigurationsGetOperationResponse
- type TenantConfigurationsListOperationResponse
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 TenantConfigurationsGetOperationResponse ¶
type TenantConfigurationsGetOperationResponse struct { HttpResponse *http.Response Model *Configuration }
type TenantConfigurationsListOperationResponse ¶
type TenantConfigurationsListOperationResponse struct { HttpResponse *http.Response Model *ConfigurationList }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.