azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

249 строки
21 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient"
name: "CertificatesClient"
nameWithType: "CertificatesClient"
summary: "An instance of this class provides access to all the operations defined in Certificates<wbr>Client."
syntax: "public interface **CertificatesClient**"
methods:
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.createOrUpdate(String resourceGroupName, String environmentName, String certificateName)"
name: "createOrUpdate(String resourceGroupName, String environmentName, String certificateName)"
nameWithType: "CertificatesClient.createOrUpdate(String resourceGroupName, String environmentName, String certificateName)"
summary: "Create or Update a Certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CertificateInner createOrUpdate(String resourceGroupName, String environmentName, String certificateName)"
desc: "Create or Update a Certificate."
returns:
description: "certificate used for Custom Domain bindings of Container Apps in a Managed Environment."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificateInner certificateEnvelope, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificateInner certificateEnvelope, Context context)"
nameWithType: "CertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificateInner certificateEnvelope, Context context)"
summary: "Create or Update a Certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Certificate to be created or updated."
name: "certificateEnvelope"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CertificateInner> createOrUpdateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificateInner certificateEnvelope, Context context)"
desc: "Create or Update a Certificate."
returns:
description: "certificate used for Custom Domain bindings of Container Apps in a Managed Environment along with\n <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.delete(String resourceGroupName, String environmentName, String certificateName)"
name: "delete(String resourceGroupName, String environmentName, String certificateName)"
nameWithType: "CertificatesClient.delete(String resourceGroupName, String environmentName, String certificateName)"
summary: "Deletes the specified Certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String environmentName, String certificateName)"
desc: "Deletes the specified Certificate."
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.deleteWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
nameWithType: "CertificatesClient.deleteWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
summary: "Deletes the specified Certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
desc: "Deletes the specified Certificate."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.get(String resourceGroupName, String environmentName, String certificateName)"
name: "get(String resourceGroupName, String environmentName, String certificateName)"
nameWithType: "CertificatesClient.get(String resourceGroupName, String environmentName, String certificateName)"
summary: "Get the specified Certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CertificateInner get(String resourceGroupName, String environmentName, String certificateName)"
desc: "Get the specified Certificate."
returns:
description: "the specified Certificate."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.getWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
name: "getWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
nameWithType: "CertificatesClient.getWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
summary: "Get the specified Certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CertificateInner> getWithResponse(String resourceGroupName, String environmentName, String certificateName, Context context)"
desc: "Get the specified Certificate."
returns:
description: "the specified Certificate along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.list(String resourceGroupName, String environmentName)"
name: "list(String resourceGroupName, String environmentName)"
nameWithType: "CertificatesClient.list(String resourceGroupName, String environmentName)"
summary: "Get the Certificates in a given managed environment."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<CertificateInner> list(String resourceGroupName, String environmentName)"
desc: "Get the Certificates in a given managed environment."
returns:
description: "the Certificates in a given managed environment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.list(String resourceGroupName, String environmentName, Context context)"
name: "list(String resourceGroupName, String environmentName, Context context)"
nameWithType: "CertificatesClient.list(String resourceGroupName, String environmentName, Context context)"
summary: "Get the Certificates in a given managed environment."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<CertificateInner> list(String resourceGroupName, String environmentName, Context context)"
desc: "Get the Certificates in a given managed environment."
returns:
description: "the Certificates in a given managed environment as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appcontainers.models.CertificatePatch)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.update(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope)"
name: "update(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope)"
nameWithType: "CertificatesClient.update(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope)"
summary: "Update properties of a certificate Patches a certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of a certificate that need to be updated."
name: "certificateEnvelope"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.CertificatePatch?alt=com.azure.resourcemanager.appcontainers.models.CertificatePatch&text=CertificatePatch\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CertificateInner update(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope)"
desc: "Update properties of a certificate Patches a certificate. Currently only patching of tags is supported."
returns:
description: "certificate used for Custom Domain bindings of Container Apps in a Managed Environment."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.updateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appcontainers.models.CertificatePatch,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.CertificatesClient.updateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope, Context context)"
name: "updateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope, Context context)"
nameWithType: "CertificatesClient.updateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope, Context context)"
summary: "Update properties of a certificate Patches a certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Certificate."
name: "certificateName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of a certificate that need to be updated."
name: "certificateEnvelope"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.CertificatePatch?alt=com.azure.resourcemanager.appcontainers.models.CertificatePatch&text=CertificatePatch\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CertificateInner> updateWithResponse(String resourceGroupName, String environmentName, String certificateName, CertificatePatch certificateEnvelope, Context context)"
desc: "Update properties of a certificate Patches a certificate. Currently only patching of tags is supported."
returns:
description: "certificate used for Custom Domain bindings of Container Apps in a Managed Environment along with\n <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in CertificatesClient."
metadata: {}
package: "com.azure.resourcemanager.appcontainers.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0