Uses of Class
com.azure.resourcemanager.hardwaresecuritymodules.models.NetworkProfile
-
Packages that use NetworkProfile Package Description com.azure.resourcemanager.hardwaresecuritymodules.fluent.models Package containing the inner data models for AzureDedicatedHsmResourceProvider.com.azure.resourcemanager.hardwaresecuritymodules.models Package containing the data models for AzureDedicatedHsmResourceProvider. -
-
Uses of NetworkProfile in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models
Methods in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models that return NetworkProfile Modifier and Type Method Description NetworkProfileDedicatedHsmInner. managementNetworkProfile()Get the managementNetworkProfile property: Specifies the management network interfaces of the dedicated hsm.NetworkProfileDedicatedHsmProperties. managementNetworkProfile()Get the managementNetworkProfile property: Specifies the management network interfaces of the dedicated hsm.NetworkProfileDedicatedHsmInner. networkProfile()Get the networkProfile property: Specifies the network interfaces of the dedicated hsm.NetworkProfileDedicatedHsmProperties. networkProfile()Get the networkProfile property: Specifies the network interfaces of the dedicated hsm.Methods in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models with parameters of type NetworkProfile Modifier and Type Method Description DedicatedHsmInnerDedicatedHsmInner. withManagementNetworkProfile(NetworkProfile managementNetworkProfile)Set the managementNetworkProfile property: Specifies the management network interfaces of the dedicated hsm.DedicatedHsmPropertiesDedicatedHsmProperties. withManagementNetworkProfile(NetworkProfile managementNetworkProfile)Set the managementNetworkProfile property: Specifies the management network interfaces of the dedicated hsm.DedicatedHsmInnerDedicatedHsmInner. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Specifies the network interfaces of the dedicated hsm.DedicatedHsmPropertiesDedicatedHsmProperties. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Specifies the network interfaces of the dedicated hsm. -
Uses of NetworkProfile in com.azure.resourcemanager.hardwaresecuritymodules.models
Methods in com.azure.resourcemanager.hardwaresecuritymodules.models that return NetworkProfile Modifier and Type Method Description NetworkProfileDedicatedHsm. managementNetworkProfile()Gets the managementNetworkProfile property: Specifies the management network interfaces of the dedicated hsm.NetworkProfileDedicatedHsm. networkProfile()Gets the networkProfile property: Specifies the network interfaces of the dedicated hsm.NetworkProfileNetworkProfile. withNetworkInterfaces(List<NetworkInterface> networkInterfaces)Set the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.NetworkProfileNetworkProfile. withSubnet(ApiEntityReference subnet)Set the subnet property: Specifies the identifier of the subnet.Methods in com.azure.resourcemanager.hardwaresecuritymodules.models with parameters of type NetworkProfile Modifier and Type Method Description DedicatedHsm.DefinitionStages.WithCreateDedicatedHsm.DefinitionStages.WithManagementNetworkProfile. withManagementNetworkProfile(NetworkProfile managementNetworkProfile)Specifies the managementNetworkProfile property: Specifies the management network interfaces of the dedicated hsm..DedicatedHsm.DefinitionStages.WithCreateDedicatedHsm.DefinitionStages.WithNetworkProfile. withNetworkProfile(NetworkProfile networkProfile)Specifies the networkProfile property: Specifies the network interfaces of the dedicated hsm..
-