IStandardEndpoint<ParentT>.WithOrigin 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.
Overloads
WithOrigin(String) |
Specifies the origin of the CDN endpoint. |
WithOrigin(String, String) |
Specifies the origin of the CDN endpoint. |
WithOrigin(String)
Specifies the origin of the CDN endpoint.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithOrigin (string originHostName);
abstract member WithOrigin : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithOrigin (originHostName As String) As IWithStandardAttach(Of ParentT)
Parameters
- originHostName
- String
Origin host name.
Returns
Applies to
WithOrigin(String, String)
Specifies the origin of the CDN endpoint.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithOrigin (string originName, string originHostName);
abstract member WithOrigin : string * string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithOrigin (originName As String, originHostName As String) As IWithStandardAttach(Of ParentT)
Parameters
- originName
- String
Name of the origin.
- originHostName
- String
Origin host name.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET