@Validated @ConfigurationProperties(value="azure.mediaservices") public class MediaServicesProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
accountKey
Media service account key.
|
private String |
accountName
Media service account name.
|
static String |
MEDIA_SERVICE_URI
Media service configuration URI.
|
static String |
OAUTH_URI
Media service OAuth configuration URI.
|
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.
|
static String |
SCOPE
Media service scope sent to OAuth.
|
| Constructor and Description |
|---|
MediaServicesProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountKey() |
String |
getAccountName() |
String |
getProxyHost() |
Integer |
getProxyPort() |
String |
getProxyScheme() |
void |
setAccountKey(String accountKey) |
void |
setAccountName(String accountName) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(Integer proxyPort) |
void |
setProxyScheme(String proxyScheme) |
public static final String MEDIA_SERVICE_URI
public static final String OAUTH_URI
public static final String SCOPE
@NotEmpty(message="Please Set azure.mediaservices.account-name in application.properties") private String accountName
@NotEmpty(message="Please Set azure.mediaservices.account-key in application.properties") private String accountKey
private String proxyHost
private Integer proxyPort
private String proxyScheme
public String getAccountName()
public void setAccountName(String accountName)
accountName - the accountName to setpublic String getAccountKey()
public void setAccountKey(String accountKey)
accountKey - the accountKey to setpublic String getProxyHost()
public void setProxyHost(String proxyHost)
proxyHost - the proxyHost to setpublic Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
proxyPort - the proxyPort to setpublic String getProxyScheme()
public void setProxyScheme(String proxyScheme)
proxyScheme - the proxyScheme to setCopyright © 2018 Microsoft. All rights reserved.