HostEndpointSettings Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. HostEndpointSettings
- com.
Implements
public final class HostEndpointSettings
implements JsonSerializable<HostEndpointSettings>
Specifies particular host endpoint settings.
Constructor Summary
| Constructor | Description |
|---|---|
| HostEndpointSettings() |
Creates an instance of Host |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Host |
fromJson(JsonReader jsonReader)
Reads an instance of Host |
| String |
inVMAccessControlProfileReferenceId()
Get the in |
|
Host |
mode()
Get the mode property: Specifies the access control policy execution mode. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Host |
withInVMAccessControlProfileReferenceId(String inVMAccessControlProfileReferenceId)
Set the in |
|
Host |
withMode(HostEndpointSettingsModeTypes mode)
Set the mode property: Specifies the access control policy execution mode. |
Methods inherited from java.lang.Object
Constructor Details
HostEndpointSettings
public HostEndpointSettings()
Creates an instance of HostEndpointSettings class.
Method Details
fromJson
public static HostEndpointSettings fromJson(JsonReader jsonReader)
Reads an instance of HostEndpointSettings from the JsonReader.
Parameters:
Returns:
Throws:
inVMAccessControlProfileReferenceId
public String inVMAccessControlProfileReferenceId()
Get the inVMAccessControlProfileReferenceId property: Specifies the reference to the InVMAccessControlProfileVersion resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}.
Returns:
mode
public HostEndpointSettingsModeTypes mode()
Get the mode property: Specifies the access control policy execution mode.
Returns:
toJson
validate
public void validate()
Validates the instance.
withInVMAccessControlProfileReferenceId
public HostEndpointSettings withInVMAccessControlProfileReferenceId(String inVMAccessControlProfileReferenceId)
Set the inVMAccessControlProfileReferenceId property: Specifies the reference to the InVMAccessControlProfileVersion resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}.
Parameters:
Returns:
withMode
public HostEndpointSettings withMode(HostEndpointSettingsModeTypes mode)
Set the mode property: Specifies the access control policy execution mode.
Parameters:
Returns: