你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PreconfiguredEndpoint Class
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.
Defines the properties of a preconfigured endpoint
[Microsoft.Rest.Serialization.JsonTransformation]
public class PreconfiguredEndpoint : Microsoft.Azure.Management.FrontDoor.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PreconfiguredEndpoint = class
inherit Resource
Public Class PreconfiguredEndpoint
Inherits Resource
- Inheritance
- Attributes
Constructors
PreconfiguredEndpoint() |
Initializes a new instance of the PreconfiguredEndpoint class. |
PreconfiguredEndpoint(String, String, String, String, IDictionary<String,String>, String, String, String, String) |
Initializes a new instance of the PreconfiguredEndpoint class. |
Properties
Backend |
Gets or sets the preconfigured endpoint backend |
Description |
Gets or sets the description of the endpoint |
Endpoint |
Gets or sets the endpoint that is preconfigured |
EndpointType |
Gets or sets the type of endpoint Possible values include: 'AFD', 'AzureRegion', 'CDN', 'ATM' |
Id |
Gets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |