Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CertificateInner
Packages that use CertificateInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CertificateInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return CertificateInnerModifier and TypeMethodDescriptionCertificatesClient.createOrUpdate(String resourceGroupName, String name, CertificateInner certificateEnvelope) Create or update a certificate.CertificatesClient.getByResourceGroup(String resourceGroupName, String name) Get a certificate.CertificatesClient.update(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope) Create or update a certificate.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CertificateInnerModifier and TypeMethodDescriptionCertificatesClient.createOrUpdateAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope) Create or update a certificate.com.azure.core.http.rest.Response<CertificateInner> CertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String name, CertificateInner certificateEnvelope, com.azure.core.util.Context context) Create or update a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>> CertificatesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope) Create or update a certificate.CertificatesClient.getByResourceGroupAsync(String resourceGroupName, String name) Get a certificate.com.azure.core.http.rest.Response<CertificateInner> CertificatesClient.getByResourceGroupWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Get a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>> CertificatesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String name) Get a certificate.com.azure.core.http.rest.PagedIterable<CertificateInner> CertificatesClient.list()Get all certificates for a subscription.com.azure.core.http.rest.PagedIterable<CertificateInner> Get all certificates for a subscription.com.azure.core.http.rest.PagedFlux<CertificateInner> CertificatesClient.listAsync()Get all certificates for a subscription.com.azure.core.http.rest.PagedFlux<CertificateInner> Get all certificates for a subscription.com.azure.core.http.rest.PagedIterable<CertificateInner> CertificatesClient.listByResourceGroup(String resourceGroupName) Get all certificates in a resource group.com.azure.core.http.rest.PagedIterable<CertificateInner> CertificatesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get all certificates in a resource group.com.azure.core.http.rest.PagedFlux<CertificateInner> CertificatesClient.listByResourceGroupAsync(String resourceGroupName) Get all certificates in a resource group.CertificatesClient.updateAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope) Create or update a certificate.com.azure.core.http.rest.Response<CertificateInner> CertificatesClient.updateWithResponse(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope, com.azure.core.util.Context context) Create or update a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>> CertificatesClient.updateWithResponseAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope) Create or update a certificate.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type CertificateInnerModifier and TypeMethodDescriptionCertificatesClient.createOrUpdate(String resourceGroupName, String name, CertificateInner certificateEnvelope) Create or update a certificate.CertificatesClient.createOrUpdateAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope) Create or update a certificate.com.azure.core.http.rest.Response<CertificateInner> CertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String name, CertificateInner certificateEnvelope, com.azure.core.util.Context context) Create or update a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>> CertificatesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope) Create or update a certificate. -
Uses of CertificateInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateInnerModifier and TypeMethodDescriptionstatic CertificateInnerCertificateInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateInner from the JsonReader.CertificateInner.withCanonicalName(String canonicalName) Set the canonicalName property: CNAME of the certificate to be issued via free certificate.CertificateInner.withDomainValidationMethod(String domainValidationMethod) Set the domainValidationMethod property: Method of domain validation for free cert.CertificateInner.withHostNames(List<String> hostNames) Set the hostNames property: Host names the certificate applies to.CertificateInner.withKeyVaultId(String keyVaultId) Set the keyVaultId property: Key Vault Csm resource Id.CertificateInner.withKeyVaultSecretName(String keyVaultSecretName) Set the keyVaultSecretName property: Key Vault secret name.Set the kind property: Kind of resource.CertificateInner.withLocation(String location) CertificateInner.withPassword(String password) Set the password property: Certificate password.CertificateInner.withPfxBlob(byte[] pfxBlob) Set the pfxBlob property: Pfx blob.CertificateInner.withServerFarmId(String serverFarmId) Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}". -
Uses of CertificateInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CertificateInnerModifier and TypeMethodDescriptionCertificateCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type CertificateInnerModifier and TypeMethodDescriptionCertificateCollection.withValue(List<CertificateInner> value) Set the value property: Collection of resources.