Uses of Class
com.azure.resourcemanager.monitor.models.SenderAuthorization
-
Packages that use SenderAuthorization Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of SenderAuthorization in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return SenderAuthorization Modifier and Type Method Description SenderAuthorizationEventDataInner. authorization()Get the authorization property: The sender authorization information. -
Uses of SenderAuthorization in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return SenderAuthorization Modifier and Type Method Description SenderAuthorizationEventData. authorization()Get the authorization value.SenderAuthorizationSenderAuthorization. withAction(String action)Set the action property: the permissible actions.SenderAuthorizationSenderAuthorization. withRole(String role)Set the role property: the role of the user.SenderAuthorizationSenderAuthorization. withScope(String scope)Set the scope property: the scope.
-