@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureAccount extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_AUTOMUTE |
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_CLIENT_SECRET |
static String |
JSON_PROPERTY_ERRORS |
static String |
JSON_PROPERTY_HOST_FILTERS |
static String |
JSON_PROPERTY_NEW_CLIENT_ID |
static String |
JSON_PROPERTY_NEW_TENANT_NAME |
static String |
JSON_PROPERTY_TENANT_NAME |
boolean |
unparsed |
Constructor and Description |
---|
AzureAccount() |
Modifier and Type | Method and Description |
---|---|
AzureAccount |
addErrorsItem(String errorsItem) |
AzureAccount |
automute(Boolean automute) |
AzureAccount |
clientId(String clientId) |
AzureAccount |
clientSecret(String clientSecret) |
boolean |
equals(Object o)
Return true if this AzureAccount object is equal to o.
|
AzureAccount |
errors(List<String> errors) |
Boolean |
getAutomute()
Silence monitors for expected Azure VM shutdowns.
|
String |
getClientId()
Your Azure web application ID.
|
String |
getClientSecret()
Your Azure web application secret key.
|
List<String> |
getErrors()
Errors in your configuration.
|
String |
getHostFilters()
Limit the Azure instances that are pulled into Datadog by using tags.
|
String |
getNewClientId()
Your New Azure web application ID.
|
String |
getNewTenantName()
Your New Azure Active Directory ID.
|
String |
getTenantName()
Your Azure Active Directory ID.
|
int |
hashCode() |
AzureAccount |
hostFilters(String hostFilters) |
AzureAccount |
newClientId(String newClientId) |
AzureAccount |
newTenantName(String newTenantName) |
void |
setAutomute(Boolean automute) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setErrors(List<String> errors) |
void |
setHostFilters(String hostFilters) |
void |
setNewClientId(String newClientId) |
void |
setNewTenantName(String newTenantName) |
void |
setTenantName(String tenantName) |
AzureAccount |
tenantName(String tenantName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTOMUTE
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_SECRET
public static final String JSON_PROPERTY_ERRORS
public static final String JSON_PROPERTY_HOST_FILTERS
public static final String JSON_PROPERTY_NEW_CLIENT_ID
public static final String JSON_PROPERTY_NEW_TENANT_NAME
public static final String JSON_PROPERTY_TENANT_NAME
public AzureAccount automute(Boolean automute)
@Nullable public Boolean getAutomute()
public void setAutomute(Boolean automute)
public AzureAccount clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public AzureAccount clientSecret(String clientSecret)
@Nullable public String getClientSecret()
public void setClientSecret(String clientSecret)
public AzureAccount errors(List<String> errors)
public AzureAccount addErrorsItem(String errorsItem)
public AzureAccount hostFilters(String hostFilters)
@Nullable public String getHostFilters()
public void setHostFilters(String hostFilters)
public AzureAccount newClientId(String newClientId)
@Nullable public String getNewClientId()
public void setNewClientId(String newClientId)
public AzureAccount newTenantName(String newTenantName)
@Nullable public String getNewTenantName()
public void setNewTenantName(String newTenantName)
public AzureAccount tenantName(String tenantName)
@Nullable public String getTenantName()
public void setTenantName(String tenantName)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.