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

500 строки
45 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient"
name: "SecretsClient"
nameWithType: "SecretsClient"
summary: "An instance of this class provides access to all the operations defined in Secrets<wbr>Client."
syntax: "public interface **SecretsClient**"
methods:
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginCreate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.fluent.models.SecretInner)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
name: "beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
nameWithType: "SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
summary: "Creates a new Secret within the specified profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Secret properties."
name: "secret"
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
desc: "Creates a new Secret within the specified profile."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly Secret name mapping to the any Secret or secret related\n information."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginCreate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.fluent.models.SecretInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
name: "beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
nameWithType: "SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
summary: "Creates a new Secret within the specified profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Secret properties."
name: "secret"
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" 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 SyncPoller<PollResult<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
desc: "Creates a new Secret within the specified profile."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of friendly Secret name mapping to the any Secret or secret related\n information."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginCreateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.fluent.models.SecretInner)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
name: "beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
nameWithType: "SecretsClient.beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
summary: "Creates a new Secret within the specified profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Secret properties."
name: "secret"
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<SecretInner>,SecretInner> beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
desc: "Creates a new Secret within the specified profile."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of friendly Secret name mapping to the any Secret or secret related\n information."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginDelete(String resourceGroupName, String profileName, String secretName)"
name: "beginDelete(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.beginDelete(String resourceGroupName, String profileName, String secretName)"
summary: "Deletes an existing Secret within profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName)"
desc: "Deletes an existing Secret within profile."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginDelete(String resourceGroupName, String profileName, String secretName, Context context)"
name: "beginDelete(String resourceGroupName, String profileName, String secretName, Context context)"
nameWithType: "SecretsClient.beginDelete(String resourceGroupName, String profileName, String secretName, Context context)"
summary: "Deletes an existing Secret within profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName, Context context)"
desc: "Deletes an existing Secret within profile."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.beginDeleteAsync(String resourceGroupName, String profileName, String secretName)"
name: "beginDeleteAsync(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.beginDeleteAsync(String resourceGroupName, String profileName, String secretName)"
summary: "Deletes an existing Secret within profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String secretName)"
desc: "Deletes an existing Secret within profile."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.create(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.fluent.models.SecretInner)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
name: "create(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
nameWithType: "SecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
summary: "Creates a new Secret within the specified profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Secret properties."
name: "secret"
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
desc: "Creates a new Secret within the specified profile."
returns:
description: "friendly Secret name mapping to the any Secret or secret related information."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.create(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.fluent.models.SecretInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
name: "create(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
nameWithType: "SecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
summary: "Creates a new Secret within the specified profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Secret properties."
name: "secret"
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" 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 SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)"
desc: "Creates a new Secret within the specified profile."
returns:
description: "friendly Secret name mapping to the any Secret or secret related information."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.createAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.fluent.models.SecretInner)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
name: "createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
nameWithType: "SecretsClient.createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
summary: "Creates a new Secret within the specified profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Secret properties."
name: "secret"
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<SecretInner> createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
desc: "Creates a new Secret within the specified profile."
returns:
description: "friendly Secret name mapping to the any Secret or secret related information on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.createWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cdn.fluent.models.SecretInner)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
name: "createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
nameWithType: "SecretsClient.createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
summary: "Creates a new Secret within the specified profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Secret properties."
name: "secret"
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)"
desc: "Creates a new Secret within the specified profile."
returns:
description: "friendly Secret name mapping to the any Secret or secret related information along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>\n on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<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://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.delete(String resourceGroupName, String profileName, String secretName)"
name: "delete(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.delete(String resourceGroupName, String profileName, String secretName)"
summary: "Deletes an existing Secret within profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
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 profileName, String secretName)"
desc: "Deletes an existing Secret within profile."
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.delete(String resourceGroupName, String profileName, String secretName, Context context)"
name: "delete(String resourceGroupName, String profileName, String secretName, Context context)"
nameWithType: "SecretsClient.delete(String resourceGroupName, String profileName, String secretName, Context context)"
summary: "Deletes an existing Secret within profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
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 void delete(String resourceGroupName, String profileName, String secretName, Context context)"
desc: "Deletes an existing Secret within profile."
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.deleteAsync(String resourceGroupName, String profileName, String secretName)"
name: "deleteAsync(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.deleteAsync(String resourceGroupName, String profileName, String secretName)"
summary: "Deletes an existing Secret within profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String profileName, String secretName)"
desc: "Deletes an existing Secret within profile."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.deleteWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
name: "deleteWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.deleteWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
summary: "Deletes an existing Secret within profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
desc: "Deletes an existing Secret within profile."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<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://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.get(String resourceGroupName, String profileName, String secretName)"
name: "get(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.get(String resourceGroupName, String profileName, String secretName)"
summary: "Gets an existing Secret within a profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SecretInner get(String resourceGroupName, String profileName, String secretName)"
desc: "Gets an existing Secret within a profile."
returns:
description: "an existing Secret within a profile."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.getAsync(String resourceGroupName, String profileName, String secretName)"
name: "getAsync(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.getAsync(String resourceGroupName, String profileName, String secretName)"
summary: "Gets an existing Secret within a profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<SecretInner> getAsync(String resourceGroupName, String profileName, String secretName)"
desc: "Gets an existing Secret within a profile."
returns:
description: "an existing Secret within a profile on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.getWithResponse(String resourceGroupName, String profileName, String secretName, Context context)"
name: "getWithResponse(String resourceGroupName, String profileName, String secretName, Context context)"
nameWithType: "SecretsClient.getWithResponse(String resourceGroupName, String profileName, String secretName, Context context)"
summary: "Gets an existing Secret within a profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
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<SecretInner> getWithResponse(String resourceGroupName, String profileName, String secretName, Context context)"
desc: "Gets an existing Secret within a profile."
returns:
description: "an existing Secret within a profile 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.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.getWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
name: "getWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
nameWithType: "SecretsClient.getWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
summary: "Gets an existing Secret within a profile."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Secret under the profile."
name: "secretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<SecretInner>> getWithResponseAsync(String resourceGroupName, String profileName, String secretName)"
desc: "Gets an existing Secret within a profile."
returns:
description: "an existing Secret within a profile along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<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.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.listByProfile(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.listByProfile(String resourceGroupName, String profileName)"
name: "listByProfile(String resourceGroupName, String profileName)"
nameWithType: "SecretsClient.listByProfile(String resourceGroupName, String profileName)"
summary: "Lists existing Azure<wbr>Front<wbr>Door secrets."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<SecretInner> listByProfile(String resourceGroupName, String profileName)"
desc: "Lists existing AzureFrontDoor secrets."
returns:
description: "result of the request to list secrets 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.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.listByProfile(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.listByProfile(String resourceGroupName, String profileName, Context context)"
name: "listByProfile(String resourceGroupName, String profileName, Context context)"
nameWithType: "SecretsClient.listByProfile(String resourceGroupName, String profileName, Context context)"
summary: "Lists existing Azure<wbr>Front<wbr>Door secrets."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
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<SecretInner> listByProfile(String resourceGroupName, String profileName, Context context)"
desc: "Lists existing AzureFrontDoor secrets."
returns:
description: "result of the request to list secrets 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.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.SecretsClient.listByProfileAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.SecretsClient.listByProfileAsync(String resourceGroupName, String profileName)"
name: "listByProfileAsync(String resourceGroupName, String profileName)"
nameWithType: "SecretsClient.listByProfileAsync(String resourceGroupName, String profileName)"
summary: "Lists existing Azure<wbr>Front<wbr>Door secrets."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique\n within the resource group."
name: "profileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<SecretInner> listByProfileAsync(String resourceGroupName, String profileName)"
desc: "Lists existing AzureFrontDoor secrets."
returns:
description: "result of the request to list secrets as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in SecretsClient."
metadata: {}
package: "com.azure.resourcemanager.cdn.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0