Uses of Class
com.azure.resourcemanager.msi.fluent.models.OperationInner
-
Packages that use OperationInner 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.com.azure.resourcemanager.msi.models Package containing the data models for ManagedServiceIdentityClient. -
-
Uses of OperationInner in com.azure.resourcemanager.msi.fluent
Methods in com.azure.resourcemanager.msi.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()Lists available operations for the Microsoft.ManagedIdentity provider.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)Lists available operations for the Microsoft.ManagedIdentity provider.com.azure.core.http.rest.PagedFlux<OperationInner>OperationsClient. listAsync()Lists available operations for the Microsoft.ManagedIdentity provider. -
Uses of OperationInner in com.azure.resourcemanager.msi.fluent.models
Methods in com.azure.resourcemanager.msi.fluent.models that return OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: Operation Display.OperationInnerOperationInner. withName(String name)Set the name property: Operation Name. -
Uses of OperationInner in com.azure.resourcemanager.msi.models
Methods in com.azure.resourcemanager.msi.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationListResult. value()Get the value property: Operations List.Method parameters in com.azure.resourcemanager.msi.models with type arguments of type OperationInner Modifier and Type Method Description OperationListResultOperationListResult. withValue(List<OperationInner> value)Set the value property: Operations List.
-