EnterpriseMccCustomerResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. connectedcache. fluent. models. EnterpriseMccCustomerResourceInner
- com.
- com.
- com.
public final class EnterpriseMccCustomerResourceInner
extends Resource
Represents the high level Nodes needed to provision customer resources.
Constructor Summary
| Constructor | Description |
|---|---|
| EnterpriseMccCustomerResourceInner() |
Creates an instance of Enterprise |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Enterprise |
fromJson(JsonReader jsonReader)
Reads an instance of Enterprise |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Customer |
properties()
Get the properties property: The resource-specific properties for this resource. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Enterprise |
withLocation(String location) |
|
Enterprise |
withProperties(CustomerProperty properties)
Set the properties property: The resource-specific properties for this resource. |
|
Enterprise |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
EnterpriseMccCustomerResourceInner
public EnterpriseMccCustomerResourceInner()
Creates an instance of EnterpriseMccCustomerResourceInner class.
Method Details
fromJson
public static EnterpriseMccCustomerResourceInner fromJson(JsonReader jsonReader)
Reads an instance of EnterpriseMccCustomerResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
EnterpriseMccCustomerResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
EnterpriseMccCustomerResourceInner.name()Returns:
properties
public CustomerProperty properties()
Get the properties property: The resource-specific properties for this resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
EnterpriseMccCustomerResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
EnterpriseMccCustomerResourceInner.type()Returns:
withLocation
public EnterpriseMccCustomerResourceInner withLocation(String location)
Overrides:
EnterpriseMccCustomerResourceInner.withLocation(String location)Parameters:
withProperties
public EnterpriseMccCustomerResourceInner withProperties(CustomerProperty properties)
Set the properties property: The resource-specific properties for this resource.
Parameters:
Returns:
withTags
public EnterpriseMccCustomerResourceInner withTags(Map<String,String> tags)
Overrides:
EnterpriseMccCustomerResourceInner.withTags(Map<String,String> tags)Parameters: