Uses of Class
com.azure.resourcemanager.cdn.fluent.models.SecretInner
Packages that use SecretInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of SecretInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return SecretInnerModifier and TypeMethodDescriptionSecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.SecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret, com.azure.core.util.Context context) Creates a new Secret within the specified profile.Gets an existing Secret within a profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type SecretInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, com.azure.core.util.Context context) Creates a new Secret within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, com.azure.core.util.Context context) Creates a new Secret within the specified profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.SecretsClient.createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.Gets an existing Secret within a profile.com.azure.core.http.rest.Response<SecretInner> SecretsClient.getWithResponse(String resourceGroupName, String profileName, String secretName, com.azure.core.util.Context context) Gets an existing Secret within a profile.Mono<com.azure.core.http.rest.Response<SecretInner>> SecretsClient.getWithResponseAsync(String resourceGroupName, String profileName, String secretName) Gets an existing Secret within a profile.com.azure.core.http.rest.PagedIterable<SecretInner> SecretsClient.listByProfile(String resourceGroupName, String profileName) Lists existing AzureFrontDoor secrets.com.azure.core.http.rest.PagedIterable<SecretInner> SecretsClient.listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context) Lists existing AzureFrontDoor secrets.com.azure.core.http.rest.PagedFlux<SecretInner> SecretsClient.listByProfileAsync(String resourceGroupName, String profileName) Lists existing AzureFrontDoor secrets.Methods in com.azure.resourcemanager.cdn.fluent with parameters of type SecretInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, com.azure.core.util.Context context) Creates a new Secret within the specified profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecretInner>, SecretInner> SecretsClient.beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.SecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.SecretsClient.create(String resourceGroupName, String profileName, String secretName, SecretInner secret, com.azure.core.util.Context context) Creates a new Secret within the specified profile.SecretsClient.createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> SecretsClient.createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret) Creates a new Secret within the specified profile. -
Uses of SecretInner in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return SecretInnerModifier and TypeMethodDescriptionstatic SecretInnerSecretInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretInner from the JsonReader.SecretInner.withParameters(SecretParameters parameters) Set the parameters property: object which contains secret parameters. -
Uses of SecretInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type SecretInnerModifier and TypeMethodDescriptionSecretListResult.value()Get the value property: List of AzureFrontDoor secrets within a profile.