Documentation ¶
Index ¶
- func ValidateProviders2DiagnosticSettingID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListOperationResponse
- type ManagementGroupDiagnosticSettings
- type ManagementGroupDiagnosticSettingsClient
- func (c ManagementGroupDiagnosticSettingsClient) CreateOrUpdate(ctx context.Context, id Providers2DiagnosticSettingId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagementGroupDiagnosticSettingsClient) Delete(ctx context.Context, id Providers2DiagnosticSettingId) (result DeleteOperationResponse, err error)
- func (c ManagementGroupDiagnosticSettingsClient) Get(ctx context.Context, id Providers2DiagnosticSettingId) (result GetOperationResponse, err error)
- func (c ManagementGroupDiagnosticSettingsClient) List(ctx context.Context, id commonids.ManagementGroupId) (result ListOperationResponse, err error)
- type ManagementGroupDiagnosticSettingsResource
- type ManagementGroupDiagnosticSettingsResourceCollection
- type ManagementGroupLogSettings
- type Providers2DiagnosticSettingId
- func NewProviders2DiagnosticSettingID(managementGroupId string, diagnosticSettingName string) Providers2DiagnosticSettingId
- func ParseProviders2DiagnosticSettingID(input string) (*Providers2DiagnosticSettingId, error)
- func ParseProviders2DiagnosticSettingIDInsensitively(input string) (*Providers2DiagnosticSettingId, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateProviders2DiagnosticSettingID ¶
func ValidateProviders2DiagnosticSettingID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviders2DiagnosticSettingID checks that 'input' can be parsed as a Providers 2 Diagnostic Setting ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagementGroupDiagnosticSettingsResource }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagementGroupDiagnosticSettingsResource }
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagementGroupDiagnosticSettingsResourceCollection }
type ManagementGroupDiagnosticSettings ¶
type ManagementGroupDiagnosticSettings struct { EventHubAuthorizationRuleId *string `json:"eventHubAuthorizationRuleId,omitempty"` EventHubName *string `json:"eventHubName,omitempty"` Logs *[]ManagementGroupLogSettings `json:"logs,omitempty"` MarketplacePartnerId *string `json:"marketplacePartnerId,omitempty"` ServiceBusRuleId *string `json:"serviceBusRuleId,omitempty"` StorageAccountId *string `json:"storageAccountId,omitempty"` WorkspaceId *string `json:"workspaceId,omitempty"` }
type ManagementGroupDiagnosticSettingsClient ¶
type ManagementGroupDiagnosticSettingsClient struct {
Client *resourcemanager.Client
}
func NewManagementGroupDiagnosticSettingsClientWithBaseURI ¶
func NewManagementGroupDiagnosticSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagementGroupDiagnosticSettingsClient, error)
func (ManagementGroupDiagnosticSettingsClient) CreateOrUpdate ¶
func (c ManagementGroupDiagnosticSettingsClient) CreateOrUpdate(ctx context.Context, id Providers2DiagnosticSettingId, input ManagementGroupDiagnosticSettingsResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagementGroupDiagnosticSettingsClient) Delete ¶
func (c ManagementGroupDiagnosticSettingsClient) Delete(ctx context.Context, id Providers2DiagnosticSettingId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagementGroupDiagnosticSettingsClient) Get ¶
func (c ManagementGroupDiagnosticSettingsClient) Get(ctx context.Context, id Providers2DiagnosticSettingId) (result GetOperationResponse, err error)
Get ...
func (ManagementGroupDiagnosticSettingsClient) List ¶
func (c ManagementGroupDiagnosticSettingsClient) List(ctx context.Context, id commonids.ManagementGroupId) (result ListOperationResponse, err error)
List ...
type ManagementGroupDiagnosticSettingsResource ¶
type ManagementGroupDiagnosticSettingsResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagementGroupDiagnosticSettings `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type ManagementGroupDiagnosticSettingsResourceCollection ¶
type ManagementGroupDiagnosticSettingsResourceCollection struct {
Value *[]ManagementGroupDiagnosticSettingsResource `json:"value,omitempty"`
}
type Providers2DiagnosticSettingId ¶
Providers2DiagnosticSettingId is a struct representing the Resource ID for a Providers 2 Diagnostic Setting
func NewProviders2DiagnosticSettingID ¶
func NewProviders2DiagnosticSettingID(managementGroupId string, diagnosticSettingName string) Providers2DiagnosticSettingId
NewProviders2DiagnosticSettingID returns a new Providers2DiagnosticSettingId struct
func ParseProviders2DiagnosticSettingID ¶
func ParseProviders2DiagnosticSettingID(input string) (*Providers2DiagnosticSettingId, error)
ParseProviders2DiagnosticSettingID parses 'input' into a Providers2DiagnosticSettingId
func ParseProviders2DiagnosticSettingIDInsensitively ¶
func ParseProviders2DiagnosticSettingIDInsensitively(input string) (*Providers2DiagnosticSettingId, error)
ParseProviders2DiagnosticSettingIDInsensitively parses 'input' case-insensitively into a Providers2DiagnosticSettingId note: this method should only be used for API response data and not user input
func (*Providers2DiagnosticSettingId) FromParseResult ¶
func (id *Providers2DiagnosticSettingId) FromParseResult(input resourceids.ParseResult) error
func (Providers2DiagnosticSettingId) ID ¶
func (id Providers2DiagnosticSettingId) ID() string
ID returns the formatted Providers 2 Diagnostic Setting ID
func (Providers2DiagnosticSettingId) Segments ¶
func (id Providers2DiagnosticSettingId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Providers 2 Diagnostic Setting ID
func (Providers2DiagnosticSettingId) String ¶
func (id Providers2DiagnosticSettingId) String() string
String returns a human-readable description of this Providers 2 Diagnostic Setting ID
Source Files ¶
- client.go
- id_providers2diagnosticsetting.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- model_managementgroupdiagnosticsettings.go
- model_managementgroupdiagnosticsettingsresource.go
- model_managementgroupdiagnosticsettingsresourcecollection.go
- model_managementgrouplogsettings.go
- version.go