AccountProperties Class
- java.
lang. Object - com.
azure. resourcemanager. purview. fluent. models. AccountProperties
- com.
Implements
public final class AccountProperties
implements JsonSerializable<AccountProperties>
The account properties.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountProperties() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Cloud |
cloudConnectors()
Get the cloud |
|
Offset |
createdAt()
Get the created |
| String |
createdBy()
Get the created |
| String |
createdByObjectId()
Get the created |
|
Account |
endpoints()
Get the endpoints property: The URIs that are the public endpoints of the account. |
| String |
friendlyName()
Get the friendly |
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
| String |
managedResourceGroupName()
Get the managed |
|
Account |
managedResources()
Get the managed |
|
List<Private |
privateEndpointConnections()
Get the private |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Public |
publicNetworkAccess()
Get the public |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Account |
withCloudConnectors(CloudConnectors cloudConnectors)
Set the cloud |
|
Account |
withManagedResourceGroupName(String managedResourceGroupName)
Set the managed |
|
Account |
withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the public |
Methods inherited from java.lang.Object
Constructor Details
AccountProperties
public AccountProperties()
Creates an instance of AccountProperties class.
Method Details
cloudConnectors
public CloudConnectors cloudConnectors()
Get the cloudConnectors property: Cloud connectors. External cloud identifier used as part of scanning configuration.
Returns:
createdAt
public OffsetDateTime createdAt()
Get the createdAt property: Gets the time at which the entity was created.
Returns:
createdBy
public String createdBy()
Get the createdBy property: Gets the creator of the entity.
Returns:
createdByObjectId
public String createdByObjectId()
Get the createdByObjectId property: Gets the creators of the entity's object id.
Returns:
endpoints
public AccountPropertiesEndpoints endpoints()
Get the endpoints property: The URIs that are the public endpoints of the account.
Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: Gets or sets the friendly name.
Returns:
fromJson
public static AccountProperties fromJson(JsonReader jsonReader)
Reads an instance of AccountProperties from the JsonReader.
Parameters:
Returns:
Throws:
managedResourceGroupName
public String managedResourceGroupName()
Get the managedResourceGroupName property: Gets or sets the managed resource group name.
Returns:
managedResources
public AccountPropertiesManagedResources managedResources()
Get the managedResources property: Gets the resource identifiers of the managed resources.
Returns:
privateEndpointConnections
public List<PrivateEndpointConnectionInner> privateEndpointConnections()
Get the privateEndpointConnections property: Gets the private endpoint connections information.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Gets or sets the state of the provisioning.
Returns:
publicNetworkAccess
public PublicNetworkAccess publicNetworkAccess()
Get the publicNetworkAccess property: Gets or sets the public network access.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCloudConnectors
public AccountProperties withCloudConnectors(CloudConnectors cloudConnectors)
Set the cloudConnectors property: Cloud connectors. External cloud identifier used as part of scanning configuration.
Parameters:
Returns:
withManagedResourceGroupName
public AccountProperties withManagedResourceGroupName(String managedResourceGroupName)
Set the managedResourceGroupName property: Gets or sets the managed resource group name.
Parameters:
Returns:
withPublicNetworkAccess
public AccountProperties withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Gets or sets the public network access.
Parameters:
Returns: