DiagnosticStorageProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceupdate.models.DiagnosticStorageProperties

public final class DiagnosticStorageProperties

Customer-initiated diagnostic log collection storage properties.

Constructor Summary

Constructor Description
DiagnosticStorageProperties()

Method Summary

Modifier and Type Method and Description
AuthenticationType authenticationType()

Get the authenticationType property: Authentication Type.

String connectionString()

Get the connectionString property: ConnectionString of the diagnostic storage account.

String resourceId()

Get the resourceId property: ResourceId of the diagnostic storage account.

void validate()

Validates the instance.

DiagnosticStorageProperties withAuthenticationType(AuthenticationType authenticationType)

Set the authenticationType property: Authentication Type.

DiagnosticStorageProperties withConnectionString(String connectionString)

Set the connectionString property: ConnectionString of the diagnostic storage account.

DiagnosticStorageProperties withResourceId(String resourceId)

Set the resourceId property: ResourceId of the diagnostic storage account.

Methods inherited from java.lang.Object

Constructor Details

DiagnosticStorageProperties

public DiagnosticStorageProperties()

Method Details

authenticationType

public AuthenticationType authenticationType()

Get the authenticationType property: Authentication Type.

Returns:

the authenticationType value.

connectionString

public String connectionString()

Get the connectionString property: ConnectionString of the diagnostic storage account.

Returns:

the connectionString value.

resourceId

public String resourceId()

Get the resourceId property: ResourceId of the diagnostic storage account.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withAuthenticationType

public DiagnosticStorageProperties withAuthenticationType(AuthenticationType authenticationType)

Set the authenticationType property: Authentication Type.

Parameters:

authenticationType - the authenticationType value to set.

Returns:

the DiagnosticStorageProperties object itself.

withConnectionString

public DiagnosticStorageProperties withConnectionString(String connectionString)

Set the connectionString property: ConnectionString of the diagnostic storage account.

Parameters:

connectionString - the connectionString value to set.

Returns:

the DiagnosticStorageProperties object itself.

withResourceId

public DiagnosticStorageProperties withResourceId(String resourceId)

Set the resourceId property: ResourceId of the diagnostic storage account.

Parameters:

resourceId - the resourceId value to set.

Returns:

the DiagnosticStorageProperties object itself.

Applies to