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

214 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.Certificates"
fullName: "com.azure.resourcemanager.sphere.models.Certificates"
name: "Certificates"
nameWithType: "Certificates"
summary: "Resource collection API of Certificates."
syntax: "public interface **Certificates**"
methods:
- uid: "com.azure.resourcemanager.sphere.models.Certificates.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Certificates.get(String resourceGroupName, String catalogName, String serialNumber)"
name: "get(String resourceGroupName, String catalogName, String serialNumber)"
nameWithType: "Certificates.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 Certificate get(String resourceGroupName, String catalogName, String serialNumber)"
desc: "Get a Certificate."
returns:
description: "a Certificate."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.Certificate?alt=com.azure.resourcemanager.sphere.models.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Certificates.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Certificates.getWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
name: "getWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
nameWithType: "Certificates.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<Certificate> 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\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.Certificate?alt=com.azure.resourcemanager.sphere.models.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Certificates.listByCatalog(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Certificates.listByCatalog(String resourceGroupName, String catalogName)"
name: "listByCatalog(String resourceGroupName, String catalogName)"
nameWithType: "Certificates.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<Certificate> 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\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.Certificate?alt=com.azure.resourcemanager.sphere.models.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Certificates.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.models.Certificates.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: "Certificates.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<Certificate> 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\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.Certificate?alt=com.azure.resourcemanager.sphere.models.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Certificates.retrieveCertChain(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.Certificates.retrieveCertChain(String resourceGroupName, String catalogName, String serialNumber)"
name: "retrieveCertChain(String resourceGroupName, String catalogName, String serialNumber)"
nameWithType: "Certificates.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 CertificateChainResponse retrieveCertChain(String resourceGroupName, String catalogName, String serialNumber)"
desc: "Retrieves cert chain."
returns:
description: "the certificate chain response."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.CertificateChainResponse?alt=com.azure.resourcemanager.sphere.models.CertificateChainResponse&text=CertificateChainResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Certificates.retrieveCertChainWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sphere.models.Certificates.retrieveCertChainWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
name: "retrieveCertChainWithResponse(String resourceGroupName, String catalogName, String serialNumber, Context context)"
nameWithType: "Certificates.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<CertificateChainResponse> 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\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.CertificateChainResponse?alt=com.azure.resourcemanager.sphere.models.CertificateChainResponse&text=CertificateChainResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sphere.models.Certificates.retrieveProofOfPossessionNonce(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceRequest)"
fullName: "com.azure.resourcemanager.sphere.models.Certificates.retrieveProofOfPossessionNonce(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest)"
name: "retrieveProofOfPossessionNonce(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest)"
nameWithType: "Certificates.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 ProofOfPossessionNonceResponse 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.models.ProofOfPossessionNonceResponse?alt=com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceResponse&text=ProofOfPossessionNonceResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.Certificates.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.models.Certificates.retrieveProofOfPossessionNonceWithResponse(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest, Context context)"
name: "retrieveProofOfPossessionNonceWithResponse(String resourceGroupName, String catalogName, String serialNumber, ProofOfPossessionNonceRequest proofOfPossessionNonceRequest, Context context)"
nameWithType: "Certificates.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<ProofOfPossessionNonceResponse> 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\" />&lt;<xref href=\"com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceResponse?alt=com.azure.resourcemanager.sphere.models.ProofOfPossessionNonceResponse&text=ProofOfPossessionNonceResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Certificates."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0