AccountInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. purview. fluent. models. AccountInner
- com.
- com.
- com.
public final class AccountInner
extends Resource
Account resource.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountInner() |
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Identity |
identity()
Get the identity property: Identity Info on the tracked resource. |
| String |
managedResourceGroupName()
Get the managed |
|
Account |
managedResources()
Get the managed |
| String |
name()
Get the name property: The name of the resource. |
|
List<Private |
privateEndpointConnections()
Get the private |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Public |
publicNetworkAccess()
Get the public |
|
Account |
sku()
Get the sku property: Gets or sets the Sku. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Account |
withCloudConnectors(CloudConnectors cloudConnectors)
Set the cloud |
|
Account |
withIdentity(Identity identity)
Set the identity property: Identity Info on the tracked resource. |
|
Account |
withLocation(String location) |
|
Account |
withManagedResourceGroupName(String managedResourceGroupName)
Set the managed |
|
Account |
withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the public |
|
Account |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
AccountInner
public AccountInner()
Creates an instance of AccountInner 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 AccountInner fromJson(JsonReader jsonReader)
Reads an instance of AccountInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AccountInner.id()Returns:
identity
public Identity identity()
Get the identity property: Identity Info on the tracked resource.
Returns:
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:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AccountInner.name()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:
sku
public AccountSku sku()
Get the sku property: Gets or sets the Sku.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AccountInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AccountInner.type()Returns:
validate
public void validate()
Validates the instance.
withCloudConnectors
public AccountInner withCloudConnectors(CloudConnectors cloudConnectors)
Set the cloudConnectors property: Cloud connectors. External cloud identifier used as part of scanning configuration.
Parameters:
Returns:
withIdentity
public AccountInner withIdentity(Identity identity)
Set the identity property: Identity Info on the tracked resource.
Parameters:
Returns:
withLocation
public AccountInner withLocation(String location)
Overrides:
AccountInner.withLocation(String location)Parameters:
withManagedResourceGroupName
public AccountInner withManagedResourceGroupName(String managedResourceGroupName)
Set the managedResourceGroupName property: Gets or sets the managed resource group name.
Parameters:
Returns:
withPublicNetworkAccess
public AccountInner withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Gets or sets the public network access.
Parameters:
Returns:
withTags
public AccountInner withTags(Map<String,String> tags)
Overrides:
AccountInner.withTags(Map<String,String> tags)Parameters: