Documentation ¶
Index ¶
- type Configuration
- type ConfigurationList
- type ConfigurationProperties
- type CreateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListOperationResponse
- type TenantConfigurationClient
- func (c TenantConfigurationClient) Create(ctx context.Context, input Configuration) (result CreateOperationResponse, err error)
- func (c TenantConfigurationClient) Delete(ctx context.Context) (result DeleteOperationResponse, err error)
- func (c TenantConfigurationClient) Get(ctx context.Context) (result GetOperationResponse, err error)
- func (c TenantConfigurationClient) List(ctx context.Context) (result ListOperationResponse, err error)
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 CreateOperationResponse ¶ added in v0.20221024.1162143
type CreateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *Configuration }
type DeleteOperationResponse ¶ added in v0.20221024.1162143
type GetOperationResponse ¶ added in v0.20221024.1162143
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *Configuration }
type ListOperationResponse ¶ added in v0.20221024.1162143
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ConfigurationList }
type TenantConfigurationClient ¶
type TenantConfigurationClient struct {
Client *resourcemanager.Client
}
func NewTenantConfigurationClientWithBaseURI ¶
func NewTenantConfigurationClientWithBaseURI(api environments.Api) (*TenantConfigurationClient, error)
func (TenantConfigurationClient) Create ¶ added in v0.20221024.1162143
func (c TenantConfigurationClient) Create(ctx context.Context, input Configuration) (result CreateOperationResponse, err error)
Create ...
func (TenantConfigurationClient) Delete ¶ added in v0.20221024.1162143
func (c TenantConfigurationClient) Delete(ctx context.Context) (result DeleteOperationResponse, err error)
Delete ...
func (TenantConfigurationClient) Get ¶ added in v0.20221024.1162143
func (c TenantConfigurationClient) Get(ctx context.Context) (result GetOperationResponse, err error)
Get ...
func (TenantConfigurationClient) List ¶ added in v0.20221024.1162143
func (c TenantConfigurationClient) List(ctx context.Context) (result ListOperationResponse, err error)
List ...
Click to show internal directories.
Click to hide internal directories.