AppAttachPackageInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. desktopvirtualization. fluent. models. AppAttachPackageInner
- com.
- com.
- com.
public final class AppAttachPackageInner
extends Resource
Schema for App Attach Package properties.
Constructor Summary
| Constructor | Description |
|---|---|
| AppAttachPackageInner() |
Creates an instance of App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
App |
fromJson(JsonReader jsonReader)
Reads an instance of App |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
App |
properties()
Get the properties property: Detailed properties for App Attach Package. |
|
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. |
|
App |
withLocation(String location) |
|
App |
withProperties(AppAttachPackageProperties properties)
Set the properties property: Detailed properties for App Attach Package. |
|
App |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
AppAttachPackageInner
public AppAttachPackageInner()
Creates an instance of AppAttachPackageInner class.
Method Details
fromJson
public static AppAttachPackageInner fromJson(JsonReader jsonReader)
Reads an instance of AppAttachPackageInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AppAttachPackageInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AppAttachPackageInner.name()Returns:
properties
public AppAttachPackageProperties properties()
Get the properties property: Detailed properties for App Attach Package.
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:
AppAttachPackageInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AppAttachPackageInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public AppAttachPackageInner withLocation(String location)
Overrides:
AppAttachPackageInner.withLocation(String location)Parameters:
withProperties
public AppAttachPackageInner withProperties(AppAttachPackageProperties properties)
Set the properties property: Detailed properties for App Attach Package.
Parameters:
Returns:
withTags
public AppAttachPackageInner withTags(Map<String,String> tags)
Overrides:
AppAttachPackageInner.withTags(Map<String,String> tags)Parameters: