JobTarget.MembershipType Property
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.
Gets or sets whether the target is included or excluded from the group. Possible values include: 'Include', 'Exclude'
[Newtonsoft.Json.JsonProperty(PropertyName="membershipType")]
public Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType? MembershipType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="membershipType")>]
member this.MembershipType : Nullable<Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType> with get, set
Public Property MembershipType As Nullable(Of JobTargetGroupMembershipType)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute