Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiagnosticSettingsCategoryClientAPI ¶
type DiagnosticSettingsCategoryClientAPI interface {
List(ctx context.Context) (result aad.DiagnosticSettingsCategoryResourceCollection, err error)
}
DiagnosticSettingsCategoryClientAPI contains the set of methods on the DiagnosticSettingsCategoryClient type.
type DiagnosticSettingsClientAPI ¶
type DiagnosticSettingsClientAPI interface { CreateOrUpdate(ctx context.Context, parameters aad.DiagnosticSettingsResource, name string) (result aad.DiagnosticSettingsResource, err error) Delete(ctx context.Context, name string) (result autorest.Response, err error) Get(ctx context.Context, name string) (result aad.DiagnosticSettingsResource, err error) List(ctx context.Context) (result aad.DiagnosticSettingsResourceCollection, err error) }
DiagnosticSettingsClientAPI contains the set of methods on the DiagnosticSettingsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result aad.OperationsDiscoveryCollection, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
Click to show internal directories.
Click to hide internal directories.