Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.CertificateResourceInner
Packages that use CertificateResourceInner
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 CertificateResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return CertificateResourceInnerModifier and TypeMethodDescriptionCertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.CertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.Get the certificate resource.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type CertificateResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.CertificatesClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.Get the certificate resource.com.azure.core.http.rest.Response<CertificateResourceInner>CertificatesClient.getWithResponse(String resourceGroupName, String serviceName, String certificateName, com.azure.core.util.Context context) Get the certificate resource.Mono<com.azure.core.http.rest.Response<CertificateResourceInner>>CertificatesClient.getWithResponseAsync(String resourceGroupName, String serviceName, String certificateName) Get the certificate resource.com.azure.core.http.rest.PagedIterable<CertificateResourceInner>List all the certificates of one user.com.azure.core.http.rest.PagedIterable<CertificateResourceInner>CertificatesClient.list(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List all the certificates of one user.com.azure.core.http.rest.PagedFlux<CertificateResourceInner>List all the certificates of one user.Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type CertificateResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> CertificatesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.CertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.CertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.CertificatesClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>CertificatesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource. -
Uses of CertificateResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return CertificateResourceInnerModifier and TypeMethodDescriptionCertificateResourceInner.withProperties(CertificateProperties properties) Set the properties property: Properties of the certificate resource payload. -
Uses of CertificateResourceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type CertificateResourceInnerModifier and TypeMethodDescriptionCertificateResourceCollection.value()Get the value property: The certificate resources list.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type CertificateResourceInnerModifier and TypeMethodDescriptionCertificateResourceCollection.withValue(List<CertificateResourceInner> value) Set the value property: The certificate resources list.