import "github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2017-04-01/aad/aadapi"
type DiagnosticSettingsCategoryClientAPI interface { List(ctx context.Context) (result aad.DiagnosticSettingsCategoryResourceCollection, err error) }
DiagnosticSettingsCategoryClientAPI contains the set of methods on the DiagnosticSettingsCategoryClient type.
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 interface { List(ctx context.Context) (result aad.OperationsDiscoveryCollection, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
Package aadapi imports 3 packages (graph). Updated 2019-08-01. Refresh now. Tools for package owners.