Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.ServiceRegistryResourceInner
Packages that use ServiceRegistryResourceInner
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 ServiceRegistryResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return ServiceRegistryResourceInnerModifier and TypeMethodDescriptionServiceRegistriesClient.createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.ServiceRegistriesClient.createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Create the default Service Registry or update the existing Service Registry.ServiceRegistriesClient.get(String resourceGroupName, String serviceName, String serviceRegistryName) Get the Service Registry and its properties.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type ServiceRegistryResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> ServiceRegistriesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> ServiceRegistriesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> ServiceRegistriesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Create the default Service Registry or update the existing Service Registry.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> ServiceRegistriesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Create the default Service Registry or update the existing Service Registry.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> ServiceRegistriesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServiceRegistryResourceInner>,ServiceRegistryResourceInner> ServiceRegistriesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.ServiceRegistriesClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Create the default Service Registry or update the existing Service Registry.ServiceRegistriesClient.getAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Get the Service Registry and its properties.com.azure.core.http.rest.Response<ServiceRegistryResourceInner>ServiceRegistriesClient.getWithResponse(String resourceGroupName, String serviceName, String serviceRegistryName, com.azure.core.util.Context context) Get the Service Registry and its properties.Mono<com.azure.core.http.rest.Response<ServiceRegistryResourceInner>>ServiceRegistriesClient.getWithResponseAsync(String resourceGroupName, String serviceName, String serviceRegistryName) Get the Service Registry and its properties.com.azure.core.http.rest.PagedIterable<ServiceRegistryResourceInner>Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedIterable<ServiceRegistryResourceInner>ServiceRegistriesClient.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<ServiceRegistryResourceInner>Handles requests to list all resources in a Service. -
Uses of ServiceRegistryResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return ServiceRegistryResourceInnerModifier and TypeMethodDescriptionServiceRegistryResourceInner.withProperties(ServiceRegistryProperties properties) Set the properties property: Service Registry properties payload. -
Uses of ServiceRegistryResourceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ServiceRegistryResourceInnerModifier and TypeMethodDescriptionServiceRegistryResourceCollection.value()Get the value property: Collection of Service Registry resources.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ServiceRegistryResourceInnerModifier and TypeMethodDescriptionServiceRegistryResourceCollection.withValue(List<ServiceRegistryResourceInner> value) Set the value property: Collection of Service Registry resources.