AccountPropertiesManagedResources Class
- java.
lang. Object - com.
azure. resourcemanager. purview. models. ManagedResources - com.
azure. resourcemanager. purview. models. AccountPropertiesManagedResources
- com.
- com.
public final class AccountPropertiesManagedResources
extends ManagedResources
Gets the resource identifiers of the managed resources.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountPropertiesManagedResources() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
eventHubNamespace()
Get the event |
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
| String |
resourceGroup()
Get the resource |
| String |
storageAccount()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from ManagedResources
Methods inherited from java.lang.Object
Constructor Details
AccountPropertiesManagedResources
public AccountPropertiesManagedResources()
Creates an instance of AccountPropertiesManagedResources class.
Method Details
eventHubNamespace
public String eventHubNamespace()
Get the eventHubNamespace property: Gets the managed event hub namespace resource identifier.
Overrides:
AccountPropertiesManagedResources.eventHubNamespace()Returns:
fromJson
public static AccountPropertiesManagedResources fromJson(JsonReader jsonReader)
Reads an instance of AccountPropertiesManagedResources from the JsonReader.
Parameters:
Returns:
Throws:
resourceGroup
public String resourceGroup()
Get the resourceGroup property: Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
Overrides:
AccountPropertiesManagedResources.resourceGroup()Returns:
storageAccount
public String storageAccount()
Get the storageAccount property: Gets the managed storage account resource identifier.
Overrides:
AccountPropertiesManagedResources.storageAccount()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AccountPropertiesManagedResources.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
AccountPropertiesManagedResources.validate()