@Validated @ConfigurationProperties(value="azure.mediaservices") public class MediaServicesProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allowTelemetry
Whether allow telemetry collecting.
|
private @NotEmpty(message="azure.mediaservices.client-id property must be configured.") String |
clientId
Media service Azure Active Directory client-id(application id).
|
private @NotEmpty(message="azure.mediaservices.client-secret property must be configured.") String |
clientSecret
Media service Azure Active Directory client secret.
|
private Integer |
connectTimeout
Socket connect timeout
|
private String |
proxyHost
Proxy host if to use proxy.
|
private Integer |
proxyPort
Proxy port if to use proxy.
|
private String |
proxyScheme
Proxy scheme if to use proxy.
|
private Integer |
readTimeout
Socket read timeout
|
private @NotEmpty(message="azure.mediaservices.rest-api-endpoint property must be configured.") String |
restApiEndpoint
Media service REST API endpoint.
|
private @NotEmpty(message="azure.mediaservices.tenant property must be configured.") String |
tenant |
| Constructor and Description |
|---|
MediaServicesProperties() |
@NotEmpty(message="azure.mediaservices.tenant property must be configured.") private @NotEmpty(message="azure.mediaservices.tenant property must be configured.") String tenant
@NotEmpty(message="azure.mediaservices.client-id property must be configured.") private @NotEmpty(message="azure.mediaservices.client-id property must be configured.") String clientId
@NotEmpty(message="azure.mediaservices.client-secret property must be configured.") private @NotEmpty(message="azure.mediaservices.client-secret property must be configured.") String clientSecret
@NotEmpty(message="azure.mediaservices.rest-api-endpoint property must be configured.") private @NotEmpty(message="azure.mediaservices.rest-api-endpoint property must be configured.") String restApiEndpoint
private String proxyHost
private Integer proxyPort
private String proxyScheme
private boolean allowTelemetry
private Integer connectTimeout
private Integer readTimeout
Copyright © 2019 Microsoft. All rights reserved.