ComputeBatchModelFactory.HostEndpointSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies particular host endpoint settings.
public static Azure.Compute.Batch.HostEndpointSettings HostEndpointSettings(string inVmAccessControlProfileReferenceId = default, Azure.Compute.Batch.HostEndpointSettingsModeTypes? mode = default);
static member HostEndpointSettings : string * Nullable<Azure.Compute.Batch.HostEndpointSettingsModeTypes> -> Azure.Compute.Batch.HostEndpointSettings
Public Shared Function HostEndpointSettings (Optional inVmAccessControlProfileReferenceId As String = Nothing, Optional mode As Nullable(Of HostEndpointSettingsModeTypes) = Nothing) As HostEndpointSettings
Parameters
- inVmAccessControlProfileReferenceId
- String
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}.
Specifies the access control policy execution mode.
Returns
A new HostEndpointSettings instance for mocking.