IWithSrvRecordEntry.WithoutRecord(String, Int32, Int32, Int32) 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.
Removes a service record for a service.
public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSrvRecordSet.IUpdateSrvRecordSet WithoutRecord (string target, int port, int priority, int weight);
abstract member WithoutRecord : string * int * int * int -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSrvRecordSet.IUpdateSrvRecordSet
Public Function WithoutRecord (target As String, port As Integer, priority As Integer, weight As Integer) As IUpdateSrvRecordSet
Parameters
- target
- String
The canonical name of the target host running the service.
- port
- Int32
The port on which the service is bounded.
- priority
- Int32
The priority of the target host.
- weight
- Int32
The relative weight (preference) of the records.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET