214 строки
18 KiB
YAML
214 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient"
|
|
fullName: "com.azure.resourcemanager.sphere.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.sphere.fluent.CertificatesClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.get(String resourceGroupName, String catalogName, String serialNumber)"
|
|
name: "get(String resourceGroupName, String catalogName, String serialNumber)"
|
|
nameWithType: "CertificatesClient.get(String resourceGroupName, String catalogName, String serialNumber)"
|
|
summary: "Get 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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serial number of the certificate. Use '.default' to get current active certificate."
|
|
name: "serialNumber"
|
|
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 catalogName, String serialNumber)"
|
|
desc: "Get a Certificate."
|
|
returns:
|
|
description: "a Certificate."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.CertificateInner?alt=com.azure.resourcemanager.sphere.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.getWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
|
|
nameWithType: "CertificatesClient.getWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
|
|
summary: "Get 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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serial number of the certificate. Use '.default' to get current active certificate."
|
|
name: "serialNumber"
|
|
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 catalogName, String serialNumber, Context context)"
|
|
desc: "Get a Certificate."
|
|
returns:
|
|
description: "a 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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.CertificateInner?alt=com.azure.resourcemanager.sphere.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.listByCatalog(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.listByCatalog(String resourceGroupName, String catalogName)"
|
|
name: "listByCatalog(String resourceGroupName, String catalogName)"
|
|
nameWithType: "CertificatesClient.listByCatalog(String resourceGroupName, String catalogName)"
|
|
summary: "List Certificate resources by Catalog."
|
|
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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<CertificateInner> listByCatalog(String resourceGroupName, String catalogName)"
|
|
desc: "List Certificate resources by Catalog."
|
|
returns:
|
|
description: "the response of a Certificate list operation 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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.CertificateInner?alt=com.azure.resourcemanager.sphere.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.listByCatalog(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.listByCatalog(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
|
|
name: "listByCatalog(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
|
|
nameWithType: "CertificatesClient.listByCatalog(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
|
|
summary: "List Certificate resources by Catalog."
|
|
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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Filter the result list using the given expression."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The number of result items to return."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The number of result items to skip."
|
|
name: "skip"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The maximum number of result items per page."
|
|
name: "maxpagesize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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> listByCatalog(String resourceGroupName, String catalogName, String filter, Integer top, Integer skip, Integer maxpagesize, Context context)"
|
|
desc: "List Certificate resources by Catalog."
|
|
returns:
|
|
description: "the response of a Certificate list operation 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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.CertificateInner?alt=com.azure.resourcemanager.sphere.fluent.models.CertificateInner&text=CertificateInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveCertChain(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveCertChain(String resourceGroupName, String catalogName, String serialNumber)"
|
|
name: "retrieveCertChain(String resourceGroupName, String catalogName, String serialNumber)"
|
|
nameWithType: "CertificatesClient.retrieveCertChain(String resourceGroupName, String catalogName, String serialNumber)"
|
|
summary: "Retrieves cert chain."
|
|
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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serial number of the certificate. Use '.default' to get current active certificate."
|
|
name: "serialNumber"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CertificateChainResponseInner retrieveCertChain(String resourceGroupName, String catalogName, String serialNumber)"
|
|
desc: "Retrieves cert chain."
|
|
returns:
|
|
description: "the certificate chain response."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.CertificateChainResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.CertificateChainResponseInner&text=CertificateChainResponseInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveCertChainWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveCertChainWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
|
|
name: "retrieveCertChainWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
|
|
nameWithType: "CertificatesClient.retrieveCertChainWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
|
|
summary: "Retrieves cert chain."
|
|
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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serial number of the certificate. Use '.default' to get current active certificate."
|
|
name: "serialNumber"
|
|
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<CertificateChainResponseInner> retrieveCertChainWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
|
|
desc: "Retrieves cert chain."
|
|
returns:
|
|
description: "the certificate chain response 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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.CertificateChainResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.CertificateChainResponseInner&text=CertificateChainResponseInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveProofOfPossessionNonce(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceRequest)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveProofOfPossessionNonce(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest)"
|
|
name: "retrieveProofOfPossessionNonce(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest)"
|
|
nameWithType: "CertificatesClient.retrieveProofOfPossessionNonce(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest)"
|
|
summary: "Gets the proof of possession nonce."
|
|
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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serial number of the certificate. Use '.default' to get current active certificate."
|
|
name: "serialNumber"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Proof of possession nonce request body."
|
|
name: "proofOfPossessionNonceRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceRequest?alt=com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceRequest&text=ProofOfPossessionNonceRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ProofOfPossessionNonceResponseInner retrieveProofOfPossessionNonce(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest)"
|
|
desc: "Gets the proof of possession nonce."
|
|
returns:
|
|
description: "the proof of possession nonce."
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.ProofOfPossessionNonceResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.ProofOfPossessionNonceResponseInner&text=ProofOfPossessionNonceResponseInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveProofOfPossessionNonceWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sphere.fluent.CertificatesClient.retrieveProofOfPossessionNonceWithResponse(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest, Context context)"
|
|
name: "retrieveProofOfPossessionNonceWithResponse(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest, Context context)"
|
|
nameWithType: "CertificatesClient.retrieveProofOfPossessionNonceWithResponse(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest, Context context)"
|
|
summary: "Gets the proof of possession nonce."
|
|
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 catalog."
|
|
name: "catalogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serial number of the certificate. Use '.default' to get current active certificate."
|
|
name: "serialNumber"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Proof of possession nonce request body."
|
|
name: "proofOfPossessionNonceRequest"
|
|
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceRequest?alt=com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceRequest&text=ProofOfPossessionNonceRequest\" 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<ProofOfPossessionNonceResponseInner> retrieveProofOfPossessionNonceWithResponse(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest, Context context)"
|
|
desc: "Gets the proof of possession nonce."
|
|
returns:
|
|
description: "the proof of possession nonce 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\" /><<xref href=\"com.azure.resourcemanager.sphere.fluent.models.ProofOfPossessionNonceResponseInner?alt=com.azure.resourcemanager.sphere.fluent.models.ProofOfPossessionNonceResponseInner&text=ProofOfPossessionNonceResponseInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in CertificatesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sphere.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0
|