AccountPropertiesManagedResources Class

public final class AccountPropertiesManagedResources
extends ManagedResources

Gets the resource identifiers of the managed resources.

Constructor Summary

Constructor Description
AccountPropertiesManagedResources()

Creates an instance of AccountPropertiesManagedResources class.

Method Summary

Modifier and Type Method and Description
String eventHubNamespace()

Get the eventHubNamespace property: Gets the managed event hub namespace resource identifier.

static AccountPropertiesManagedResources fromJson(JsonReader jsonReader)

Reads an instance of AccountPropertiesManagedResources from the JsonReader.

String resourceGroup()

Get the resourceGroup property: Gets the managed resource group resource identifier.

String storageAccount()

Get the storageAccount property: Gets the managed storage account resource identifier.

JsonWriter 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:

the eventHubNamespace value.

fromJson

public static AccountPropertiesManagedResources fromJson(JsonReader jsonReader)

Reads an instance of AccountPropertiesManagedResources from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AccountPropertiesManagedResources 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 AccountPropertiesManagedResources.

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:

the resourceGroup value.

storageAccount

public String storageAccount()

Get the storageAccount property: Gets the managed storage account resource identifier.

Overrides:

AccountPropertiesManagedResources.storageAccount()

Returns:

the storageAccount value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AccountPropertiesManagedResources.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

AccountPropertiesManagedResources.validate()

Applies to