| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateSecretOutputInner |
ValidatesClient.secret(ResourceReference secretSource,
ValidateSecretType secretType)
Validate a Secret in the profile.
|
Mono<ValidateSecretOutputInner> |
ValidatesClient.secretAsync(ResourceReference secretSource,
ValidateSecretType secretType)
Validate a Secret in the profile.
|
com.azure.core.http.rest.Response<ValidateSecretOutputInner> |
ValidatesClient.secretWithResponse(ResourceReference secretSource,
ValidateSecretType secretType,
com.azure.core.util.Context context)
Validate a Secret in the profile.
|
Mono<com.azure.core.http.rest.Response<ValidateSecretOutputInner>> |
ValidatesClient.secretWithResponseAsync(ResourceReference secretSource,
ValidateSecretType secretType)
Validate a Secret in the profile.
|
| Modifier and Type | Field and Description |
|---|---|
static ValidateSecretType |
ValidateSecretType.CUSTOMER_CERTIFICATE
Static value CustomerCertificate for ValidateSecretType.
|
static ValidateSecretType |
ValidateSecretType.MANAGED_CERTIFICATE
Static value ManagedCertificate for ValidateSecretType.
|
static ValidateSecretType |
ValidateSecretType.URL_SIGNING_KEY
Static value UrlSigningKey for ValidateSecretType.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidateSecretType |
ValidateSecretType.fromString(String name)
Creates or finds a ValidateSecretType from its string representation.
|
ValidateSecretType |
ValidateSecretInput.secretType()
Get the secretType property: The secret type.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateSecretInput |
ValidateSecretInput.withSecretType(ValidateSecretType secretType)
Set the secretType property: The secret type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.