Assignment Interface
public interface Assignment
An immutable client-side representation of Assignment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Assignment |
additionalData()
Gets the additional |
|
abstract
Assigned |
assignedComponent()
Gets the assigned |
|
abstract
Assigned |
assignedStandard()
Gets the assigned |
| abstract String |
description()
Gets the description property: description of the standard |
| abstract String |
displayName()
Gets the display |
| abstract String |
effect()
Gets the effect property: expected effect of this assignment (Disable/Exempt/etc). |
| abstract String |
etag()
Gets the etag property: Entity tag is used for comparing two or more entities from the same requested resource. |
|
abstract
Offset |
expiresOn()
Gets the expires |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Assignment |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Kind of the resource. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract Object |
metadata()
Gets the metadata property: The assignment metadata. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Assignment |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Assignment |
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 String |
scope()
Gets the scope property: Scope to which the standard |
|
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 Assignment resource. |
Method Details
additionalData
public abstract AssignmentPropertiesAdditionalData additionalData()
Gets the additionalData property: Additional data about the assignment.
Returns:
assignedComponent
public abstract AssignedComponentItem assignedComponent()
Gets the assignedComponent property: Component item with key as applied to this standard assignment over the given scope.
Returns:
assignedStandard
public abstract AssignedStandardItem assignedStandard()
Gets the assignedStandard property: Standard item with key as applied to this standard assignment over the given scope.
Returns:
description
public abstract String description()
Gets the description property: description of the standardAssignment.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: display name of the standardAssignment.
Returns:
effect
public abstract String effect()
Gets the effect property: expected effect of this assignment (Disable/Exempt/etc).
Returns:
etag
public abstract String etag()
Gets the etag property: Entity tag is used for comparing two or more entities from the same requested resource.
Returns:
expiresOn
public abstract OffsetDateTime expiresOn()
Gets the expiresOn property: Expiration date of this assignment as a full ISO date.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract AssignmentInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.AssignmentInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Kind of the resource.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
metadata
public abstract Object metadata()
Gets the metadata property: The assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Assignment refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Assignment 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:
scope
public abstract String scope()
Gets the scope property: Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription.
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 Assignment.Update update()
Begins update for the Assignment resource.
Returns: