AzureDevOpsOrgInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. AzureDevOpsOrgInner
- com.
- com.
public final class AzureDevOpsOrgInner
extends ProxyResource
Azure DevOps Organization resource.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureDevOpsOrgInner() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Azure |
properties()
Get the properties property: Azure Dev |
|
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. |
|
Azure |
withProperties(AzureDevOpsOrgProperties properties)
Set the properties property: Azure Dev |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
AzureDevOpsOrgInner
public AzureDevOpsOrgInner()
Creates an instance of AzureDevOpsOrgInner class.
Method Details
fromJson
public static AzureDevOpsOrgInner fromJson(JsonReader jsonReader)
Reads an instance of AzureDevOpsOrgInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AzureDevOpsOrgInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AzureDevOpsOrgInner.name()Returns:
properties
public AzureDevOpsOrgProperties properties()
Get the properties property: Azure DevOps Organization properties.
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:
AzureDevOpsOrgInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AzureDevOpsOrgInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public AzureDevOpsOrgInner withProperties(AzureDevOpsOrgProperties properties)
Set the properties property: Azure DevOps Organization properties.
Parameters:
Returns: