DiagnosticStorageProperties Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. DiagnosticStorageProperties
- com.
public final class DiagnosticStorageProperties
Customer-initiated diagnostic log collection storage properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DiagnosticStorageProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Authentication |
authenticationType()
Get the authentication |
| String |
connectionString()
Get the connection |
| String |
resourceId()
Get the resource |
| void |
validate()
Validates the instance. |
|
Diagnostic |
withAuthenticationType(AuthenticationType authenticationType)
Set the authentication |
|
Diagnostic |
withConnectionString(String connectionString)
Set the connection |
|
Diagnostic |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
DiagnosticStorageProperties
public DiagnosticStorageProperties()
Method Details
authenticationType
public AuthenticationType authenticationType()
Get the authenticationType property: Authentication Type.
Returns:
connectionString
public String connectionString()
Get the connectionString property: ConnectionString of the diagnostic storage account.
Returns:
resourceId
public String resourceId()
Get the resourceId property: ResourceId of the diagnostic storage account.
Returns:
validate
public void validate()
Validates the instance.
withAuthenticationType
public DiagnosticStorageProperties withAuthenticationType(AuthenticationType authenticationType)
Set the authenticationType property: Authentication Type.
Parameters:
Returns:
withConnectionString
public DiagnosticStorageProperties withConnectionString(String connectionString)
Set the connectionString property: ConnectionString of the diagnostic storage account.
Parameters:
Returns:
withResourceId
public DiagnosticStorageProperties withResourceId(String resourceId)
Set the resourceId property: ResourceId of the diagnostic storage account.
Parameters:
Returns: