Uses of Class
com.azure.resourcemanager.cdn.fluent.models.SecretInner
-
Packages that use SecretInner Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 SecretInner Modifier and Type Method Description SecretInnerSecretsClient. create(String resourceGroupName, String profileName, String secretName, SecretInner secret)Creates a new Secret within the specified profile.SecretInnerSecretsClient. create(String resourceGroupName, String profileName, String secretName, SecretInner secret, com.azure.core.util.Context context)Creates a new Secret within the specified profile.SecretInnerSecretsClient. get(String resourceGroupName, String profileName, String secretName)Gets an existing Secret within a profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type SecretInner Modifier and Type Method Description 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)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.Mono<SecretInner>SecretsClient. createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)Creates a new Secret within the specified profile.Mono<SecretInner>SecretsClient. getAsync(String resourceGroupName, String profileName, String secretName)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 SecretInner Modifier and Type Method Description 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.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.SecretInnerSecretsClient. create(String resourceGroupName, String profileName, String secretName, SecretInner secret)Creates a new Secret within the specified profile.SecretInnerSecretsClient. create(String resourceGroupName, String profileName, String secretName, SecretInner secret, com.azure.core.util.Context context)Creates a new Secret within the specified profile.Mono<SecretInner>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 SecretInner Modifier and Type Method Description SecretInnerSecretInner. 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 SecretInner Modifier and Type Method Description List<SecretInner>SecretListResult. value()Get the value property: List of AzureFrontDoor secrets within a profile.
-