Uses of Class
com.azure.resourcemanager.appplatform.models.CertificateProperties
-
Packages that use CertificateProperties Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of CertificateProperties in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type CertificateProperties Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner>CertificatesClient. beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateProperties properties)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, CertificateProperties properties, 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, CertificateProperties properties)Create or update certificate resource.CertificateResourceInnerCertificatesClient. createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateProperties properties)Create or update certificate resource.CertificateResourceInnerCertificatesClient. createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateProperties properties, com.azure.core.util.Context context)Create or update certificate resource.Mono<CertificateResourceInner>CertificatesClient. createOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateProperties properties)Create or update certificate resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>CertificatesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String certificateName, CertificateProperties properties)Create or update certificate resource. -
Uses of CertificateProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return CertificateProperties Modifier and Type Method Description CertificatePropertiesCertificateResourceInner. properties()Get the properties property: Properties of the certificate resource payload.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type CertificateProperties Modifier and Type Method Description CertificateResourceInnerCertificateResourceInner. withProperties(CertificateProperties properties)Set the properties property: Properties of the certificate resource payload. -
Uses of CertificateProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CertificateProperties Modifier and Type Method Description CertificatePropertiesSpringServiceCertificate. properties()CertificatePropertiesCertificateProperties. withCertVersion(String certVersion)Set the certVersion property: The certificate version of key vault.CertificatePropertiesCertificateProperties. withKeyVaultCertName(String keyVaultCertName)Set the keyVaultCertName property: The certificate name of key vault.CertificatePropertiesCertificateProperties. withVaultUri(String vaultUri)Set the vaultUri property: The vault uri of user key vault.
-