AffinityInformation Constructors
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.
Overloads
AffinityInformation() |
Initializes a new instance of the AffinityInformation class. |
AffinityInformation(String) |
Initializes a new instance of the AffinityInformation class. |
AffinityInformation()
- Source:
- AffinityInformation.cs
Initializes a new instance of the AffinityInformation class.
public AffinityInformation ();
Public Sub New ()
Applies to
AffinityInformation(String)
- Source:
- AffinityInformation.cs
Initializes a new instance of the AffinityInformation class.
public AffinityInformation (string affinityId);
new Microsoft.Azure.Batch.Protocol.Models.AffinityInformation : string -> Microsoft.Azure.Batch.Protocol.Models.AffinityInformation
Public Sub New (affinityId As String)
Parameters
- affinityId
- String
An opaque string representing the location of a Compute Node or a Task that has run previously.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET