azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

80 строки
7.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates"
name: "Certificates"
nameWithType: "Certificates"
summary: "Type representing Certificates."
syntax: "public interface **Certificates**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CertificatesInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CertificatesInner&text=CertificatesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates.deleteAsync(String resourceGroupName, String serviceName, String certificateName)"
name: "deleteAsync(String resourceGroupName, String serviceName, String certificateName)"
nameWithType: "Certificates.deleteAsync(String resourceGroupName, String serviceName, String certificateName)"
summary: "Delete the certificate resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the certificate resource."
name: "certificateName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String certificateName)"
desc: "Delete the certificate resource."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates.getAsync(String resourceGroupName, String serviceName, String certificateName)"
name: "getAsync(String resourceGroupName, String serviceName, String certificateName)"
nameWithType: "Certificates.getAsync(String resourceGroupName, String serviceName, String certificateName)"
summary: "Get the certificate resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the certificate resource."
name: "certificateName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CertificateResource> getAsync(String resourceGroupName, String serviceName, String certificateName)"
desc: "Get the certificate resource."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource&text=CertificateResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates.listAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Certificates.listAsync(String resourceGroupName, String serviceName)"
name: "listAsync(String resourceGroupName, String serviceName)"
nameWithType: "Certificates.listAsync(String resourceGroupName, String serviceName)"
summary: "List all the certificates of one user."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CertificateResource> listAsync(String resourceGroupName, String serviceName)"
desc: "List all the certificates of one user."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource&text=CertificateResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing Certificates."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.CertificateResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CertificatesInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.CertificatesInner&text=CertificatesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta