IWithEndpointBeta.DefineNewEndpoint Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
DefineNewEndpoint() |
Startar definitionen av en ny slutpunkt som ska kopplas till CDN-profilen. |
DefineNewEndpoint(String, String) |
Anger definitionen av en slutpunkt som ska kopplas till CDN-profilen. |
DefineNewEndpoint()
Startar definitionen av en ny slutpunkt som ska kopplas till CDN-profilen.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate> DefineNewEndpoint();
abstract member DefineNewEndpoint : unit -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
Public Function DefineNewEndpoint () As IStandardEndpoint(Of IUpdate)
Returer
Gäller för
DefineNewEndpoint(String, String)
Anger definitionen av en slutpunkt som ska kopplas till CDN-profilen.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate> DefineNewEndpoint(string name, string endpointOriginHostname);
abstract member DefineNewEndpoint : string * string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
Public Function DefineNewEndpoint (name As String, endpointOriginHostname As String) As IWithStandardAttach(Of IUpdate)
Parametrar
- name
- String
Namnet på slutpunkten.
- endpointOriginHostname
- String
Värdnamnet för slutpunktens ursprung.
Returer
Gäller för
Azure SDK for .NET