Uses of Class
com.azure.resourcemanager.network.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of OperationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()Lists all of the available Network Rest API operations.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)Lists all of the available Network Rest API operations.com.azure.core.http.rest.PagedFlux<OperationInner>OperationsClient. listAsync()Lists all of the available Network Rest API operations. -
Uses of OperationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: Display metadata associated with the operation.OperationInnerOperationInner. withName(String name)Set the name property: Operation name: {provider}/{resource}/{operation}.OperationInnerOperationInner. withOrigin(String origin)Set the origin property: Origin of the operation.OperationInnerOperationInner. withServiceSpecification(OperationPropertiesFormatServiceSpecification serviceSpecification)Set the serviceSpecification property: Specification of the service. -
Uses of OperationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationListResult. value()Get the value property: List of Network operations supported by the Network resource provider.Method parameters in com.azure.resourcemanager.network.models with type arguments of type OperationInner Modifier and Type Method Description OperationListResultOperationListResult. withValue(List<OperationInner> value)Set the value property: List of Network operations supported by the Network resource provider.
-