ProjectEnvironmentType Interface
public interface ProjectEnvironmentType
An immutable client-side representation of ProjectEnvironmentType.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Project |
creatorRoleAssignment()
Gets the creator |
| abstract String |
deploymentTargetId()
Gets the deployment |
| abstract String |
displayName()
Gets the display |
| abstract Integer |
environmentCount()
Gets the environment |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Managed |
identity()
Gets the identity property: Managed identity properties. |
|
abstract
Project |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location for the environment type. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Project |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Project |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Environment |
status()
Gets the status property: Defines whether this Environment Type can be used in this Project. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Project |
|
abstract
Map<String,User |
userRoleAssignments()
Gets the user |
Method Details
creatorRoleAssignment
public abstract ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment creatorRoleAssignment()
Gets the creatorRoleAssignment property: The role definition assigned to the environment creator on backing resources.
Returns:
deploymentTargetId
public abstract String deploymentTargetId()
Gets the deploymentTargetId property: Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The display name of the project environment type.
Returns:
environmentCount
public abstract Integer environmentCount()
Gets the environmentCount property: The number of environments of this type.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identity
public abstract ManagedServiceIdentity identity()
Gets the identity property: Managed identity properties.
Returns:
innerModel
public abstract ProjectEnvironmentTypeInner innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ProjectEnvironmentTypeInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location for the environment type.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the resource.
Returns:
refresh
public abstract ProjectEnvironmentType refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ProjectEnvironmentType refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
status
public abstract EnvironmentTypeEnableStatus status()
Gets the status property: Defines whether this Environment Type can be used in this Project.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract ProjectEnvironmentType.Update update()
Begins update for the ProjectEnvironmentType resource.
Returns:
userRoleAssignments
public abstract Map<String,UserRoleAssignmentValue> userRoleAssignments()
Gets the userRoleAssignments property: Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.
Returns: