Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.ApiPortalResourceInner
Packages that use ApiPortalResourceInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ApiPortalResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return ApiPortalResourceInnerModifier and TypeMethodDescriptionApiPortalsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.ApiPortalsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource, com.azure.core.util.Context context) Create the default API portal or update the existing API portal.Get the API portal and its properties.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type ApiPortalResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource, com.azure.core.util.Context context) Create the default API portal or update the existing API portal.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource, com.azure.core.util.Context context) Create the default API portal or update the existing API portal.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.ApiPortalsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.Get the API portal and its properties.com.azure.core.http.rest.Response<ApiPortalResourceInner>ApiPortalsClient.getWithResponse(String resourceGroupName, String serviceName, String apiPortalName, com.azure.core.util.Context context) Get the API portal and its properties.Mono<com.azure.core.http.rest.Response<ApiPortalResourceInner>>ApiPortalsClient.getWithResponseAsync(String resourceGroupName, String serviceName, String apiPortalName) Get the API portal and its properties.com.azure.core.http.rest.PagedIterable<ApiPortalResourceInner>Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedIterable<ApiPortalResourceInner>ApiPortalsClient.list(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedFlux<ApiPortalResourceInner>Handles requests to list all resources in a Service.Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type ApiPortalResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource, com.azure.core.util.Context context) Create the default API portal or update the existing API portal.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApiPortalResourceInner>,ApiPortalResourceInner> ApiPortalsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.ApiPortalsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.ApiPortalsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource, com.azure.core.util.Context context) Create the default API portal or update the existing API portal.ApiPortalsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ApiPortalsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String apiPortalName, ApiPortalResourceInner apiPortalResource) Create the default API portal or update the existing API portal. -
Uses of ApiPortalResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return ApiPortalResourceInnerModifier and TypeMethodDescriptionApiPortalResourceInner.withProperties(ApiPortalProperties properties) Set the properties property: API portal properties payload.Set the sku property: Sku of the API portal resource. -
Uses of ApiPortalResourceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ApiPortalResourceInnerModifier and TypeMethodDescriptionApiPortalResourceCollection.value()Get the value property: Collection of API portal resources.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ApiPortalResourceInnerModifier and TypeMethodDescriptionApiPortalResourceCollection.withValue(List<ApiPortalResourceInner> value) Set the value property: Collection of API portal resources.