SecuritySetting Interface
public interface SecuritySetting
An immutable client-side representation of SecuritySetting.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Security |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Security |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Security |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Compliance |
securedCoreComplianceAssignment()
Gets the secured |
|
abstract
Security |
securityComplianceStatus()
Gets the security |
|
abstract
Compliance |
smbEncryptionForIntraClusterTrafficComplianceAssignment()
Gets the smb |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Security |
|
abstract
Compliance |
wdacComplianceAssignment()
Gets the wdac |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SecuritySettingInner innerModel()
Gets the inner com.azure.resourcemanager.azurestackhci.fluent.models.SecuritySettingInner object.
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 status of the last operation.
Returns:
refresh
public abstract SecuritySetting refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SecuritySetting refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
securedCoreComplianceAssignment
public abstract ComplianceAssignmentType securedCoreComplianceAssignment()
Gets the securedCoreComplianceAssignment property: Secured Core Compliance Assignment.
Returns:
securityComplianceStatus
public abstract SecurityComplianceStatus securityComplianceStatus()
Gets the securityComplianceStatus property: Security Compliance Status.
Returns:
smbEncryptionForIntraClusterTrafficComplianceAssignment
public abstract ComplianceAssignmentType smbEncryptionForIntraClusterTrafficComplianceAssignment()
Gets the smbEncryptionForIntraClusterTrafficComplianceAssignment property: SMB encryption for intra-cluster traffic Compliance Assignment.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SecuritySetting.Update update()
Begins update for the SecuritySetting resource.
Returns:
wdacComplianceAssignment
public abstract ComplianceAssignmentType wdacComplianceAssignment()
Gets the wdacComplianceAssignment property: WDAC Compliance Assignment.
Returns: