Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CertificateInner
-
Packages that use CertificateInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 CertificateInner Modifier and Type Method Description CertificateInnerCertificatesClient. createOrUpdate(String resourceGroupName, String name, CertificateInner certificateEnvelope)Description for Create or update a certificate.CertificateInnerCertificatesClient. getByResourceGroup(String resourceGroupName, String name)Description for Get a certificate.CertificateInnerCertificatesClient. update(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)Description for Create or update a certificate.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CertificateInner Modifier and Type Method Description Mono<CertificateInner>CertificatesClient. createOrUpdateAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope)Description for 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)Description for Create or update a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>>CertificatesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope)Description for Create or update a certificate.Mono<CertificateInner>CertificatesClient. getByResourceGroupAsync(String resourceGroupName, String name)Description for Get a certificate.com.azure.core.http.rest.Response<CertificateInner>CertificatesClient. getByResourceGroupWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)Description for Get a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>>CertificatesClient. getByResourceGroupWithResponseAsync(String resourceGroupName, String name)Description for Get a certificate.com.azure.core.http.rest.PagedIterable<CertificateInner>CertificatesClient. list()Description for Get all certificates for a subscription.com.azure.core.http.rest.PagedIterable<CertificateInner>CertificatesClient. list(String filter, com.azure.core.util.Context context)Description for Get all certificates for a subscription.com.azure.core.http.rest.PagedFlux<CertificateInner>CertificatesClient. listAsync()Description for Get all certificates for a subscription.com.azure.core.http.rest.PagedFlux<CertificateInner>CertificatesClient. listAsync(String filter)Description for Get all certificates for a subscription.com.azure.core.http.rest.PagedIterable<CertificateInner>CertificatesClient. listByResourceGroup(String resourceGroupName)Description for Get all certificates in a resource group.com.azure.core.http.rest.PagedIterable<CertificateInner>CertificatesClient. listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)Description for Get all certificates in a resource group.com.azure.core.http.rest.PagedFlux<CertificateInner>CertificatesClient. listByResourceGroupAsync(String resourceGroupName)Description for Get all certificates in a resource group.Mono<CertificateInner>CertificatesClient. updateAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)Description for 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)Description for Create or update a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>>CertificatesClient. updateWithResponseAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)Description for Create or update a certificate.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type CertificateInner Modifier and Type Method Description CertificateInnerCertificatesClient. createOrUpdate(String resourceGroupName, String name, CertificateInner certificateEnvelope)Description for Create or update a certificate.Mono<CertificateInner>CertificatesClient. createOrUpdateAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope)Description for 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)Description for Create or update a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>>CertificatesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope)Description for 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 CertificateInner Modifier and Type Method Description CertificateInnerCertificateInner. withCanonicalName(String canonicalName)Set the canonicalName property: CNAME of the certificate to be issued via free certificate.CertificateInnerCertificateInner. withDomainValidationMethod(String domainValidationMethod)Set the domainValidationMethod property: Method of domain validation for free cert.CertificateInnerCertificateInner. withHostNames(List<String> hostNames)Set the hostNames property: Host names the certificate applies to.CertificateInnerCertificateInner. withKeyVaultId(String keyVaultId)Set the keyVaultId property: Key Vault Csm resource Id.CertificateInnerCertificateInner. withKeyVaultSecretName(String keyVaultSecretName)Set the keyVaultSecretName property: Key Vault secret name.CertificateInnerCertificateInner. withKind(String kind)Set the kind property: Kind of resource.CertificateInnerCertificateInner. withLocation(String location)CertificateInnerCertificateInner. withPassword(String password)Set the password property: Certificate password.CertificateInnerCertificateInner. withPfxBlob(byte[] pfxBlob)Set the pfxBlob property: Pfx blob.CertificateInnerCertificateInner. 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}".CertificateInnerCertificateInner. withTags(Map<String,String> tags) -
Uses of CertificateInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CertificateInner Modifier and Type Method Description List<CertificateInner>CertificateCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type CertificateInner Modifier and Type Method Description CertificateCollectionCertificateCollection. withValue(List<CertificateInner> value)Set the value property: Collection of resources.
-