Uses of Class
com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner
-
Packages that use SystemAssignedIdentityInner Package Description com.azure.resourcemanager.msi.fluent Package containing the service clients for ManagedServiceIdentityClient.com.azure.resourcemanager.msi.fluent.models Package containing the inner data models for ManagedServiceIdentityClient. -
-
Uses of SystemAssignedIdentityInner in com.azure.resourcemanager.msi.fluent
Methods in com.azure.resourcemanager.msi.fluent that return SystemAssignedIdentityInner Modifier and Type Method Description SystemAssignedIdentityInnerSystemAssignedIdentitiesClient. getByScope(String scope)Gets the systemAssignedIdentity available under the specified RP scope.Methods in com.azure.resourcemanager.msi.fluent that return types with arguments of type SystemAssignedIdentityInner Modifier and Type Method Description Mono<SystemAssignedIdentityInner>SystemAssignedIdentitiesClient. getByScopeAsync(String scope)Gets the systemAssignedIdentity available under the specified RP scope.com.azure.core.http.rest.Response<SystemAssignedIdentityInner>SystemAssignedIdentitiesClient. getByScopeWithResponse(String scope, com.azure.core.util.Context context)Gets the systemAssignedIdentity available under the specified RP scope.Mono<com.azure.core.http.rest.Response<SystemAssignedIdentityInner>>SystemAssignedIdentitiesClient. getByScopeWithResponseAsync(String scope)Gets the systemAssignedIdentity available under the specified RP scope. -
Uses of SystemAssignedIdentityInner in com.azure.resourcemanager.msi.fluent.models
Methods in com.azure.resourcemanager.msi.fluent.models that return SystemAssignedIdentityInner Modifier and Type Method Description SystemAssignedIdentityInnerSystemAssignedIdentityInner. withLocation(String location)Set the location property: The geo-location where the resource lives.SystemAssignedIdentityInnerSystemAssignedIdentityInner. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-