StandardInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. StandardInner
- com.
- com.
public final class StandardInner
extends ProxyResource
Security Standard on a resource.
Constructor Summary
| Constructor | Description |
|---|---|
| StandardInner() |
Creates an instance of Standard |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
category()
Get the category property: category of the standard provided. |
|
List<Standard |
components()
Get the components property: List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. |
| String |
description()
Get the description property: description of the standard. |
| String |
displayName()
Get the display |
| String |
etag()
Get the etag property: Entity tag is used for comparing two or more entities from the same requested resource. |
|
static
Standard |
fromJson(JsonReader jsonReader)
Reads an instance of Standard |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: Kind of the resource. |
| String |
location()
Get the location property: The geo-location where the resource lives. |
| String |
name()
Get the name property: The name of the resource. |
| String |
standardType()
Get the standard |
|
List<Standard |
supportedClouds()
Get the supported |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Standard |
withCategory(String category)
Set the category property: category of the standard provided. |
|
Standard |
withComponents(List<StandardComponentProperties> components)
Set the components property: List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. |
|
Standard |
withDescription(String description)
Set the description property: description of the standard. |
|
Standard |
withDisplayName(String displayName)
Set the display |
|
Standard |
withEtag(String etag)
Set the etag property: Entity tag is used for comparing two or more entities from the same requested resource. |
|
Standard |
withKind(String kind)
Set the kind property: Kind of the resource. |
|
Standard |
withLocation(String location)
Set the location property: The geo-location where the resource lives. |
|
Standard |
withSupportedClouds(List<StandardSupportedClouds> supportedClouds)
Set the supported |
|
Standard |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
StandardInner
public StandardInner()
Creates an instance of StandardInner class.
Method Details
category
public String category()
Get the category property: category of the standard provided.
Returns:
components
public List<StandardComponentProperties> components()
Get the components property: List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys.
Returns:
description
public String description()
Get the description property: description of the standard.
Returns:
displayName
public String displayName()
Get the displayName property: display name of the standard, equivalent to the standardId.
Returns:
etag
public String etag()
Get the etag property: Entity tag is used for comparing two or more entities from the same requested resource.
Returns:
fromJson
public static StandardInner fromJson(JsonReader jsonReader)
Reads an instance of StandardInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StandardInner.id()Returns:
kind
public String kind()
Get the kind property: Kind of the resource.
Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StandardInner.name()Returns:
standardType
public String standardType()
Get the standardType property: standard type (Custom or BuiltIn only currently).
Returns:
supportedClouds
public List<StandardSupportedClouds> supportedClouds()
Get the supportedClouds property: List of all standard supported clouds.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StandardInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StandardInner.type()Returns:
validate
public void validate()
Validates the instance.
withCategory
public StandardInner withCategory(String category)
Set the category property: category of the standard provided.
Parameters:
Returns:
withComponents
public StandardInner withComponents(List<StandardComponentProperties> components)
Set the components property: List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys.
Parameters:
Returns:
withDescription
public StandardInner withDescription(String description)
Set the description property: description of the standard.
Parameters:
Returns:
withDisplayName
public StandardInner withDisplayName(String displayName)
Set the displayName property: display name of the standard, equivalent to the standardId.
Parameters:
Returns:
withEtag
public StandardInner withEtag(String etag)
Set the etag property: Entity tag is used for comparing two or more entities from the same requested resource.
Parameters:
Returns:
withKind
public StandardInner withKind(String kind)
Set the kind property: Kind of the resource.
Parameters:
Returns:
withLocation
public StandardInner withLocation(String location)
Set the location property: The geo-location where the resource lives.
Parameters:
Returns:
withSupportedClouds
public StandardInner withSupportedClouds(List<StandardSupportedClouds> supportedClouds)
Set the supportedClouds property: List of all standard supported clouds.
Parameters:
Returns:
withTags
public StandardInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: