WorkspacePatchInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.WorkspacePatchInfo

Implements

public final class WorkspacePatchInfo
implements JsonSerializable<WorkspacePatchInfo>

Workspace patch details.

Constructor Summary

Constructor Description
WorkspacePatchInfo()

Creates an instance of WorkspacePatchInfo class.

Method Summary

Modifier and Type Method and Description
EncryptionDetails encryption()

Get the encryption property: The encryption details of the workspace.

static WorkspacePatchInfo fromJson(JsonReader jsonReader)

Reads an instance of WorkspacePatchInfo from the JsonReader.

ManagedIdentity identity()

Get the identity property: The identity of the workspace.

ManagedVirtualNetworkSettings managedVirtualNetworkSettings()

Get the managedVirtualNetworkSettings property: Managed Virtual Network Settings.

String provisioningState()

Get the provisioningState property: Resource provisioning state.

WorkspacePublicNetworkAccess publicNetworkAccess()

Get the publicNetworkAccess property: Enable or Disable public network access to workspace.

PurviewConfiguration purviewConfiguration()

Get the purviewConfiguration property: Purview Configuration.

String sqlAdministratorLoginPassword()

Get the sqlAdministratorLoginPassword property: SQL administrator login password.

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

WorkspacePatchInfo withEncryption(EncryptionDetails encryption)

Set the encryption property: The encryption details of the workspace.

WorkspacePatchInfo withIdentity(ManagedIdentity identity)

Set the identity property: The identity of the workspace.

WorkspacePatchInfo withManagedVirtualNetworkSettings(ManagedVirtualNetworkSettings managedVirtualNetworkSettings)

Set the managedVirtualNetworkSettings property: Managed Virtual Network Settings.

WorkspacePatchInfo withPublicNetworkAccess(WorkspacePublicNetworkAccess publicNetworkAccess)

Set the publicNetworkAccess property: Enable or Disable public network access to workspace.

WorkspacePatchInfo withPurviewConfiguration(PurviewConfiguration purviewConfiguration)

Set the purviewConfiguration property: Purview Configuration.

WorkspacePatchInfo withSqlAdministratorLoginPassword(String sqlAdministratorLoginPassword)

Set the sqlAdministratorLoginPassword property: SQL administrator login password.

WorkspacePatchInfo withTags(Map<String,String> tags)

Set the tags property: Resource tags.

WorkspacePatchInfo withWorkspaceRepositoryConfiguration(WorkspaceRepositoryConfiguration workspaceRepositoryConfiguration)

Set the workspaceRepositoryConfiguration property: Git integration settings.

WorkspaceRepositoryConfiguration workspaceRepositoryConfiguration()

Get the workspaceRepositoryConfiguration property: Git integration settings.

Methods inherited from java.lang.Object

Constructor Details

WorkspacePatchInfo

public WorkspacePatchInfo()

Creates an instance of WorkspacePatchInfo class.

Method Details

encryption

public EncryptionDetails encryption()

Get the encryption property: The encryption details of the workspace.

Returns:

the encryption value.

fromJson

public static WorkspacePatchInfo fromJson(JsonReader jsonReader)

Reads an instance of WorkspacePatchInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkspacePatchInfo if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the WorkspacePatchInfo.

identity

public ManagedIdentity identity()

Get the identity property: The identity of the workspace.

Returns:

the identity value.

managedVirtualNetworkSettings

public ManagedVirtualNetworkSettings managedVirtualNetworkSettings()

Get the managedVirtualNetworkSettings property: Managed Virtual Network Settings.

Returns:

the managedVirtualNetworkSettings value.

provisioningState

public String provisioningState()

Get the provisioningState property: Resource provisioning state.

Returns:

the provisioningState value.

publicNetworkAccess

public WorkspacePublicNetworkAccess publicNetworkAccess()

Get the publicNetworkAccess property: Enable or Disable public network access to workspace.

Returns:

the publicNetworkAccess value.

purviewConfiguration

public PurviewConfiguration purviewConfiguration()

Get the purviewConfiguration property: Purview Configuration.

Returns:

the purviewConfiguration value.

sqlAdministratorLoginPassword

public String sqlAdministratorLoginPassword()

Get the sqlAdministratorLoginPassword property: SQL administrator login password.

Returns:

the sqlAdministratorLoginPassword value.

tags

public Map<String,String> tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEncryption

public WorkspacePatchInfo withEncryption(EncryptionDetails encryption)

Set the encryption property: The encryption details of the workspace.

Parameters:

encryption - the encryption value to set.

Returns:

the WorkspacePatchInfo object itself.

withIdentity

public WorkspacePatchInfo withIdentity(ManagedIdentity identity)

Set the identity property: The identity of the workspace.

Parameters:

identity - the identity value to set.

Returns:

the WorkspacePatchInfo object itself.

withManagedVirtualNetworkSettings

public WorkspacePatchInfo withManagedVirtualNetworkSettings(ManagedVirtualNetworkSettings managedVirtualNetworkSettings)

Set the managedVirtualNetworkSettings property: Managed Virtual Network Settings.

Parameters:

managedVirtualNetworkSettings - the managedVirtualNetworkSettings value to set.

Returns:

the WorkspacePatchInfo object itself.

withPublicNetworkAccess

public WorkspacePatchInfo withPublicNetworkAccess(WorkspacePublicNetworkAccess publicNetworkAccess)

Set the publicNetworkAccess property: Enable or Disable public network access to workspace.

Parameters:

publicNetworkAccess - the publicNetworkAccess value to set.

Returns:

the WorkspacePatchInfo object itself.

withPurviewConfiguration

public WorkspacePatchInfo withPurviewConfiguration(PurviewConfiguration purviewConfiguration)

Set the purviewConfiguration property: Purview Configuration.

Parameters:

purviewConfiguration - the purviewConfiguration value to set.

Returns:

the WorkspacePatchInfo object itself.

withSqlAdministratorLoginPassword

public WorkspacePatchInfo withSqlAdministratorLoginPassword(String sqlAdministratorLoginPassword)

Set the sqlAdministratorLoginPassword property: SQL administrator login password.

Parameters:

sqlAdministratorLoginPassword - the sqlAdministratorLoginPassword value to set.

Returns:

the WorkspacePatchInfo object itself.

withTags

public WorkspacePatchInfo withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the WorkspacePatchInfo object itself.

withWorkspaceRepositoryConfiguration

public WorkspacePatchInfo withWorkspaceRepositoryConfiguration(WorkspaceRepositoryConfiguration workspaceRepositoryConfiguration)

Set the workspaceRepositoryConfiguration property: Git integration settings.

Parameters:

workspaceRepositoryConfiguration - the workspaceRepositoryConfiguration value to set.

Returns:

the WorkspacePatchInfo object itself.

workspaceRepositoryConfiguration

public WorkspaceRepositoryConfiguration workspaceRepositoryConfiguration()

Get the workspaceRepositoryConfiguration property: Git integration settings.

Returns:

the workspaceRepositoryConfiguration value.

Applies to